Java API for Servlets

Java API for Servlets, specification version 2.4

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

servlet-api
Last Version

Last Version

5.5.23
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
5.5.23
5.5.15
5.5.12
5.0.18
5.0.16