is not current version
Last Version 2.7.9

com.carrotsearch.randomizedtesting:randomizedtesting-parent 1.2.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

1.2.0
Type

Type

pom

Download randomizedtesting-parent 1.2.0


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