Registry / web-framework / jstl-api

jstl-api

JSON →
library1.2javamavenunverified

Provides the JavaServer Pages Standard Tag Library (JSTL) API for building JSP-based web applications.

<dependency> <groupId>javax.servlet.jsp.jstl</groupId> <artifactId>jstl-api</artifactId> <version>1.2</version> </dependency>
INSTALL
IMPORT
SIG · JSTL-API
J
jstl-api
web-frameworkjavav1.2
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.

Config
javax.servlet.jsp.jstl.core.Config

Create a JSTL Config object for tag library configuration.

import javax.servlet.jsp.jstl.core.Config; public class Example { public static void main(String[] args) { Config config = new Config(); System.out.println("JSTL Config created"); } }
Debug
Known issues
breakingJSTL 1.2 is outdated; consider using Jakarta Standard Tag Library (JSTL 2.0) for newer Java EE versions.
fix
Migrate to jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api for Jakarta EE compatibility.
affects: <=1.2
Upgrade
Version history
1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
jstl-api — mvn dependency:get jstl-api · libregistry