JSTL (JavaServer Pages Standard Tag Library) provides a set of custom tags for common web development tasks in JSP pages.
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures JSTL settings in a web application.
Upgrade to Jakarta Standard Tag Library (jakarta.servlet.jsp.jstl) for modern applications
No dependency data recorded yet.