License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.randomizedtesting |
ArtifactId | ArtifactIdrandomizedtesting-parent |
Last Version | Last Version2.7.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRandomizedTesting Parent POM
JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
randomizedtesting-parent-2.7.9.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-parent/ -->
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-parent/
implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.7.9'
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-parent/
implementation ("com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.7.9")
'com.carrotsearch.randomizedtesting:randomizedtesting-parent:pom:2.7.9'
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-parent" rev="2.7.9">
<artifact name="randomizedtesting-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-parent', version='2.7.9')
)
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-parent" % "2.7.9"
[com.carrotsearch.randomizedtesting/randomizedtesting-parent "2.7.9"]