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