Apache Geronimo implementation of the Servlet API specification for Java web applications.
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-servlet</artifactId>
<version>1.0-M1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing a simple servlet that responds to GET requests.
Replace with javax.servlet:javax.servlet-api or jakarta.servlet:jakarta.servlet-api for modern projects.
No dependency data recorded yet.