Registry / web-framework / taglibs-standard-spec

taglibs-standard-spec

JSON →
library1.2.5javamavenunverified

An implementation of the JSP Standard Tag Library (JSTL) Specification API, providing core tags for JSP pages.

<dependency> <groupId>org.apache.taglibs</groupId> <artifactId>taglibs-standard-spec</artifactId> <version>1.2.5</version> </dependency>
INSTALL
IMPORT
SIG · TAGLIBS-STANDARD-S
T
taglibs-standard-spec
web-frameworkjavav1.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConditionalTagSupport
javax.servlet.jsp.jstl.core.ConditionalTagSupport

Minimal example showing that the JSTL specification classes are available.

import javax.servlet.jsp.jstl.core.ConditionalTagSupport; public class Quickstart { public static void main(String[] args) { System.out.println("JSTL ConditionalTagSupport class loaded: " + ConditionalTagSupport.class.getName()); } }
Debug
Known issues
gotchaJSTL 1.2.5 is outdated; consider using Jakarta Standard Tag Library (jakarta.servlet.jsp.jstl) for modern Jakarta EE projects.
fix
Replace dependency with jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api and implementation.
affects: <=1.2.5
Upgrade
Version history
1.2.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
taglibs-standard-spec — mvn dependency:get taglibs-standard-spec · libregistry