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