MVN

com.carrotsearch.randomizedtesting : junit4-ant

Maven & Gradle

Aug 25, 2022
15 usages
162 stars

RandomizedTesting JUnit4 ANT Task

<dependency>
    <groupId>com.carrotsearch.randomizedtesting</groupId>
    <artifactId>junit4-ant</artifactId>
    <version>2.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.carrotsearch.randomizedtesting : junit4-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.1
  • Latest Release Candidate: 2.0.0.rc5

All Versions

Choose a version of com.carrotsearch.randomizedtesting : junit4-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
junit4-ant-2.8.1
junit4-ant-2.8.0
2.7.x
junit4-ant-2.7.9
junit4-ant-2.7.8
junit4-ant-2.7.7
junit4-ant-2.7.6
junit4-ant-2.7.5
junit4-ant-2.7.4
junit4-ant-2.7.3
junit4-ant-2.7.2
junit4-ant-2.7.1
junit4-ant-2.7.0
2.6.x
junit4-ant-2.6.4
junit4-ant-2.6.3
junit4-ant-2.6.2
junit4-ant-2.6.1
junit4-ant-2.6.0
2.5.x
junit4-ant-2.5.3
junit4-ant-2.5.2
junit4-ant-2.5.1
junit4-ant-2.5.0
2.4.x
junit4-ant-2.4.1
junit4-ant-2.4.0
2.3.x
junit4-ant-2.3.4
junit4-ant-2.3.3
junit4-ant-2.3.2
junit4-ant-2.3.1
junit4-ant-2.3.0
2.2.x
junit4-ant-2.2.0
2.1.x
junit4-ant-2.1.17
junit4-ant-2.1.16
junit4-ant-2.1.15
junit4-ant-2.1.14
junit4-ant-2.1.13
junit4-ant-2.1.12
junit4-ant-2.1.11
junit4-ant-2.1.10
junit4-ant-2.1.9
junit4-ant-2.1.8
junit4-ant-2.1.7
junit4-ant-2.1.6
junit4-ant-2.1.5
junit4-ant-2.1.4
junit4-ant-2.1.3
junit4-ant-2.1.2
junit4-ant-2.1.1
junit4-ant-2.1.0
2.0.x
junit4-ant-2.0.15
junit4-ant-2.0.14
junit4-ant-2.0.13
junit4-ant-2.0.12
junit4-ant-2.0.11
junit4-ant-2.0.10
junit4-ant-2.0.9
junit4-ant-2.0.8
junit4-ant-2.0.7
junit4-ant-2.0.6
junit4-ant-2.0.5
junit4-ant-2.0.4
junit4-ant-2.0.3
junit4-ant-2.0.2
junit4-ant-2.0.1
junit4-ant-2.0.0
junit4-ant-2.0.0.rc5
junit4-ant-2.0.0.rc4
junit4-ant-2.0.0.rc3
junit4-ant-2.0.0.rc2
junit4-ant-2.0.0.rc1
1.6.x
junit4-ant-1.6.0
1.5.x
junit4-ant-1.5.0
1.4.x
junit4-ant-1.4.0
1.3.x
junit4-ant-1.3.0
1.2.x
junit4-ant-1.2.0
1.1.x
junit4-ant-1.1.0
1.0.x
junit4-ant-1.0.1
junit4-ant-1.0.0

How to add a dependency to Maven

Add the following com.carrotsearch.randomizedtesting : junit4-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.carrotsearch.randomizedtesting</groupId>
    <artifactId>junit4-ant</artifactId>
    <version>2.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.carrotsearch.randomizedtesting : junit4-ant gradle dependency to your build.gradle file:

implementation 'com.carrotsearch.randomizedtesting:junit4-ant:2.8.1'

Gradle Kotlin DSL: Add the following com.carrotsearch.randomizedtesting : junit4-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("com.carrotsearch.randomizedtesting:junit4-ant:2.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.carrotsearch.randomizedtesting : junit4-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "com.carrotsearch.randomizedtesting" % "junit4-ant" % "2.8.1"