Provides the Jakarta Servlet API artifacts for use with Eclipse Jetty, enabling servlet-based web applications.
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jakarta-servlet-api</artifactId>
<version>5.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates a basic servlet using the Jakarta Servlet API.
Replace dependency with 'jakarta.servlet:jakarta.servlet-api' for actual servlet API classes.
No dependency data recorded yet.