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