Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.ant</groupId>
  <artifactId>apache-ant</artifactId>
  <version>1.10.14</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.ant" name="apache-ant" rev="1.10.14">
  <artifact name="apache-ant" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.ant', module='apache-ant', version='1.10.14')
)

Gradle/Grails

compile 'com.github.hazendaz.ant:apache-ant:1.10.14'

Scala SBT

libraryDependencies += "com.github.hazendaz.ant" % "apache-ant" % "1.10.14"

Leiningen

[com.github.hazendaz.ant/apache-ant "1.10.14"]