Files download
File Operation
randomizedtesting-parent-2.8.1.pom download
Apache Maven
<dependency>
  <groupId>com.carrotsearch.randomizedtesting</groupId>
  <artifactId>randomizedtesting-parent</artifactId>
  <version>2.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.8.1'
Gradle Kotlin
implementation("com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.8.1")
Scala SBT
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-parent" % "2.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-parent', version='2.8.1')
)
Apache Ivy
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-parent" rev="2.8.1" />
Leiningen
[com.carrotsearch.randomizedtesting/randomizedtesting-parent "2.8.1"]
Apache Buildr
'com.carrotsearch.randomizedtesting:randomizedtesting-parent:jar:2.8.1'
Dependencies
The project has no third-party dependencies