a

ant

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