文件下载
文件名 操作
randomizedtesting-parent-2.7.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.carrotsearch.randomizedtesting</groupId>
  <artifactId>randomizedtesting-parent</artifactId>
  <version>2.7.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.7.5'
Gradle Kotlin
implementation("com.carrotsearch.randomizedtesting:randomizedtesting-parent:2.7.5")
Scala SBT
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-parent" % "2.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-parent', version='2.7.5')
)
Apache Ivy
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-parent" rev="2.7.5" />
Leiningen
[com.carrotsearch.randomizedtesting/randomizedtesting-parent "2.7.5"]
Apache Buildr
'com.carrotsearch.randomizedtesting:randomizedtesting-parent:jar:2.7.5'
本项目依赖
该项目无第三方依赖