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