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