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