r

randomizedtesting-parent

Foundation classes and rules for applying the principles of Randomized Testing.
http://labs.carrotsearch.com
The Apache Software License, Version 2.0
Carrot Search s.c.
Files download
File Operation
randomizedtesting-parent-2.0.0.rc5.pom download
Apache Maven
<dependency>
  <groupId>com.carrotsearch.randomizedtesting</groupId>
  <artifactId>randomizedtesting-parent</artifactId>
  <version>2.0.0.rc5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.0.0.rc5'
Gradle Kotlin
implementation("com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.0.0.rc5")
Scala SBT
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-parent" % "2.0.0.rc5"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-parent', version='2.0.0.rc5')
)
Apache Ivy
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-parent" rev="2.0.0.rc5" />
Leiningen
[com.carrotsearch.randomizedtesting/randomizedtesting-parent "2.0.0.rc5"]
Apache Buildr
'com.carrotsearch.randomizedtesting:randomizedtesting-parent:jar:2.0.0.rc5'