| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdtomcat |
| ArtifactId | ArtifactIdservlet-api |
| Version | Version5.5.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| servlet-api-5.5.12.pom | |
| servlet-api-5.5.12.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tomcat/servlet-api/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>servlet-api</artifactId>
<version>5.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/servlet-api/
implementation 'tomcat:servlet-api:5.5.12'
// https://jarcasting.com/artifacts/tomcat/servlet-api/
implementation ("tomcat:servlet-api:5.5.12")
'tomcat:servlet-api:jar:5.5.12'
<dependency org="tomcat" name="servlet-api" rev="5.5.12">
<artifact name="servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='servlet-api', version='5.5.12')
)
libraryDependencies += "tomcat" % "servlet-api" % "5.5.12"
[tomcat/servlet-api "5.5.12"]