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