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