文件名 | 操作 |
---|---|
randomizedtesting-parent-2.3.2.pom | 下载 |
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-parent" % "2.3.2"
@Grapes(
@Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-parent', version='2.3.2')
)
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-parent" rev="2.3.2" />