Last Version

Java API for Servlets 5.5.23

Java API for Servlets, specification version 2.4

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

servlet-api
Version

Version

5.5.23
Type

Type

jar
Description

Description

Java API for Servlets
Java API for Servlets, specification version 2.4
Project Organization

Project Organization

The Apache Software Foundation

Download servlet-api 5.5.23


<!-- https://jarcasting.com/artifacts/tomcat/servlet-api/ -->
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>servlet-api</artifactId>
    <version>5.5.23</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/servlet-api/
implementation 'tomcat:servlet-api:5.5.23'
// https://jarcasting.com/artifacts/tomcat/servlet-api/
implementation ("tomcat:servlet-api:5.5.23")
'tomcat:servlet-api:jar:5.5.23'
<dependency org="tomcat" name="servlet-api" rev="5.5.23">
  <artifact name="servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='servlet-api', version='5.5.23')
)
libraryDependencies += "tomcat" % "servlet-api" % "5.5.23"
[tomcat/servlet-api "5.5.23"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.