is not current version
Last Version 2.7.9

com.carrotsearch.randomizedtesting:randomizedtesting-parent 2.1.0

Foundation classes and rules for applying the principles of Randomized Testing.

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

com.carrotsearch.randomizedtesting
ArtifactId

ArtifactId

randomizedtesting-parent
Version

Version

2.1.0
Type

Type

pom

Download randomizedtesting-parent 2.1.0


<!-- https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-parent/ -->
<dependency>
    <groupId>com.carrotsearch.randomizedtesting</groupId>
    <artifactId>randomizedtesting-parent</artifactId>
    <version>2.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-parent/
implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.1.0'
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-parent/
implementation ("com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.1.0")
'com.carrotsearch.randomizedtesting:randomizedtesting-parent:pom:2.1.0'
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-parent" rev="2.1.0">
  <artifact name="randomizedtesting-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-parent', version='2.1.0')
)
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-parent" % "2.1.0"
[com.carrotsearch.randomizedtesting/randomizedtesting-parent "2.1.0"]