<dependency> <groupId>com.carrotsearch</groupId> <artifactId>junit-benchmarks</artifactId> <version>0.3.0</version> </dependency>
implementation 'com.carrotsearch:junit-benchmarks:0.3.0'
implementation("com.carrotsearch:junit-benchmarks:0.3.0")
libraryDependencies += "com.carrotsearch" % "junit-benchmarks" % "0.3.0"
@Grapes( @Grab(group='com.carrotsearch', module='junit-benchmarks', version='0.3.0') )
<dependency org="com.carrotsearch" name="junit-benchmarks" rev="0.3.0" />
[com.carrotsearch/junit-benchmarks "0.3.0"]
'com.carrotsearch:junit-benchmarks:jar:0.3.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- junit:junit:4.7
|-- com.h2database:h2:1.2.127
test
|-- dom4j:dom4j:1.6.1
|-- jaxen:jaxen:1.1.1
|-- org.codehaus.jackson:jackson-core-asl:1.9.1
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.1