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