The JavaServer Pages API, providing interfaces and classes for developing JSP pages in Java web applications.
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example using JspWriter to output content.
Use jakarta.servlet.jsp-api instead of javax.servlet.jsp:jsp-api for modern applications.
No dependency data recorded yet.