Files download
File Operation
apache-ant-1.10.14.pom download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.ant</groupId>
  <artifactId>apache-ant</artifactId>
  <version>1.10.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.ant:apache-ant:1.10.14'
Gradle Kotlin
implementation("com.github.hazendaz.ant:apache-ant:1.10.14")
Scala SBT
libraryDependencies += "com.github.hazendaz.ant" % "apache-ant" % "1.10.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.ant', module='apache-ant', version='1.10.14')
)
Apache Ivy
<dependency org="com.github.hazendaz.ant" name="apache-ant" rev="1.10.14" />
Leiningen
[com.github.hazendaz.ant/apache-ant "1.10.14"]
Apache Buildr
'com.github.hazendaz.ant:apache-ant:jar:1.10.14'