Apache JSP implementation integrated with the Eclipse Jetty servlet container for serving JavaServer Pages.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
<version>11.0.26</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure JSP servlet in Jetty.
Use the same major version for apache-jsp and jetty-server (e.g., both 11.x).
No dependency data recorded yet.