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