a

ant

Files download
File Operation
ant-1.6.4.jar download
ant-1.6.4.pom download
Apache Maven
<dependency>
  <groupId>ant</groupId>
  <artifactId>ant</artifactId>
  <version>1.6.4</version>
</dependency>
Gradle Groovy
implementation 'ant:ant:1.6.4'
Gradle Kotlin
implementation("ant:ant:1.6.4")
Scala SBT
libraryDependencies += "ant" % "ant" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='ant', module='ant', version='1.6.4')
)
Apache Ivy
<dependency org="ant" name="ant" rev="1.6.4" />
Leiningen
[ant/ant "1.6.4"]
Apache Buildr
'ant:ant:jar:1.6.4'
Dependencies
The project has no third-party dependencies