Jasper is the JSP engine in Apache Tomcat, providing runtime support for JavaServer Pages compilation and execution.
<dependency>
<groupId>tomcat</groupId>
<artifactId>jasper-runtime</artifactId>
<version>5.5.15</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile JSP files using Jasper's JspC tool
Upgrade to a recent Tomcat version (e.g., 9.x or 10.x) and use the corresponding jasper-runtime artifact.
No dependency data recorded yet.