Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdservlets-common |
Last Version | Last Version5.0.28 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
servlets-common-5.0.28.pom | |
servlets-common-5.0.28.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/servlets-common/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>servlets-common</artifactId>
<version>5.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/servlets-common/
implementation 'tomcat:servlets-common:5.0.28'
// https://jarcasting.com/artifacts/tomcat/servlets-common/
implementation ("tomcat:servlets-common:5.0.28")
'tomcat:servlets-common:jar:5.0.28'
<dependency org="tomcat" name="servlets-common" rev="5.0.28">
<artifact name="servlets-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='servlets-common', version='5.0.28')
)
libraryDependencies += "tomcat" % "servlets-common" % "5.0.28"
[tomcat/servlets-common "5.0.28"]