is not current version
Last Version 2.1.17

com.carrotsearch.randomizedtesting:randomizedtesting-examples 2.0.8

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

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

com.carrotsearch.randomizedtesting
ArtifactId

ArtifactId

randomizedtesting-examples
Version

Version

2.0.8
Type

Type

jar

Download randomizedtesting-examples 2.0.8


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