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