License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.randomizedtesting |
ArtifactId | ArtifactIdrandomizedtesting-examples |
Last Version | Last Version2.1.17 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRandomizedTesting Examples
Simple use-case examples meant to be included in some
end-user documentation if it's ever going to be written...
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-examples/ -->
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-examples</artifactId>
<version>2.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-examples/
implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-examples:2.1.17'
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-examples/
implementation ("com.carrotsearch.randomizedtesting:randomizedtesting-examples:2.1.17")
'com.carrotsearch.randomizedtesting:randomizedtesting-examples:jar:2.1.17'
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-examples" rev="2.1.17">
<artifact name="randomizedtesting-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-examples', version='2.1.17')
)
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-examples" % "2.1.17"
[com.carrotsearch.randomizedtesting/randomizedtesting-examples "2.1.17"]
Group / Artifact | Type | Version |
---|---|---|
com.carrotsearch.randomizedtesting : randomizedtesting-runner | jar | 2.1.17 |
junit : junit | jar | 4.10 |