Provides the Servlet 4.0 API specification interfaces and classes for Java EE applications.
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_4.0_spec</artifactId>
<version>2.0.0.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple HTTP servlet extending HttpServlet.
Migrate to jakarta.servlet:jakarta.servlet-api for Servlet 5.0+ and Jakarta EE 9+.
No dependency data recorded yet.