License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdservlet-api |
Last Version | Last Version5.5.23 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava API for Servlets
Java API for Servlets, specification version 2.4
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
servlet-api-5.5.23.pom | |
servlet-api-5.5.23.jar | 96 KB |
Browse |
<!-- 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"]