Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.hazendaz.ant</groupId> <artifactId>apache-ant</artifactId> <version>1.10.16</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.github.hazendaz.ant" name="apache-ant" rev="1.10.16"> <artifact name="apache-ant" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hazendaz.ant', module='apache-ant', version='1.10.16') )
Gradle/Grails
implementation 'com.github.hazendaz.ant:apache-ant:1.10.16'
Scala SBT
libraryDependencies += "com.github.hazendaz.ant" % "apache-ant" % "1.10.16"
Leiningen
[com.github.hazendaz.ant/apache-ant "1.10.16"]


