File | Operation |
---|---|
randomizedtesting-parent-2.1.9.pom | download |
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.1.9</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-parent" % "2.1.9"
@Grapes(
@Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-parent', version='2.1.9')
)
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-parent" rev="2.1.9" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>