MVN

com.carrotsearch.randomizedtesting : randomizedtesting-examples

Maven & Gradle

Sep 22, 2015

RandomizedTesting Examples · Simple use-case examples meant to be included in some end-user documentation if it's ever going to be written...

<dependency>
    <groupId>com.carrotsearch.randomizedtesting</groupId>
    <artifactId>randomizedtesting-examples</artifactId>
    <version>2.1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.1.x
randomizedtesting-examples-2.1.17
randomizedtesting-examples-2.1.16
randomizedtesting-examples-2.1.15
randomizedtesting-examples-2.1.14
randomizedtesting-examples-2.1.13
randomizedtesting-examples-2.1.12
randomizedtesting-examples-2.1.11
randomizedtesting-examples-2.1.10
randomizedtesting-examples-2.1.9
randomizedtesting-examples-2.1.8
randomizedtesting-examples-2.1.7
randomizedtesting-examples-2.1.6
randomizedtesting-examples-2.1.5
randomizedtesting-examples-2.1.4
randomizedtesting-examples-2.1.3
randomizedtesting-examples-2.1.2
randomizedtesting-examples-2.1.1
randomizedtesting-examples-2.1.0
2.0.x
randomizedtesting-examples-2.0.15
randomizedtesting-examples-2.0.14
randomizedtesting-examples-2.0.13
randomizedtesting-examples-2.0.12
randomizedtesting-examples-2.0.11
randomizedtesting-examples-2.0.10
randomizedtesting-examples-2.0.9
randomizedtesting-examples-2.0.8
randomizedtesting-examples-2.0.7
randomizedtesting-examples-2.0.6
randomizedtesting-examples-2.0.5
randomizedtesting-examples-2.0.4
randomizedtesting-examples-2.0.3
randomizedtesting-examples-2.0.2
randomizedtesting-examples-2.0.1
randomizedtesting-examples-2.0.0
randomizedtesting-examples-2.0.0.rc5
randomizedtesting-examples-2.0.0.rc4
randomizedtesting-examples-2.0.0.rc3
randomizedtesting-examples-2.0.0.rc2
randomizedtesting-examples-2.0.0.rc1
1.6.x
randomizedtesting-examples-1.6.0
1.5.x
randomizedtesting-examples-1.5.0
1.4.x
randomizedtesting-examples-1.4.0
1.3.x
randomizedtesting-examples-1.3.0
1.2.x
randomizedtesting-examples-1.2.0
1.1.x
randomizedtesting-examples-1.1.0
1.0.x
randomizedtesting-examples-1.0.1
randomizedtesting-examples-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.carrotsearch.randomizedtesting</groupId>
    <artifactId>randomizedtesting-examples</artifactId>
    <version>2.1.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-examples:2.1.17'

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

implementation("com.carrotsearch.randomizedtesting:randomizedtesting-examples:2.1.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-examples" % "2.1.17"