Files download
File Operation
junit-benchmarks-0.7.2.jar download
junit-benchmarks-0.7.2.pom download
junit-benchmarks-0.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.carrotsearch</groupId>
  <artifactId>junit-benchmarks</artifactId>
  <version>0.7.2</version>
</dependency>
Gradle Groovy
implementation 'com.carrotsearch:junit-benchmarks:0.7.2'
Gradle Kotlin
implementation("com.carrotsearch:junit-benchmarks:0.7.2")
Scala SBT
libraryDependencies += "com.carrotsearch" % "junit-benchmarks" % "0.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.carrotsearch', module='junit-benchmarks', version='0.7.2')
)
Apache Ivy
<dependency org="com.carrotsearch" name="junit-benchmarks" rev="0.7.2" />
Leiningen
[com.carrotsearch/junit-benchmarks "0.7.2"]
Apache Buildr
'com.carrotsearch:junit-benchmarks:jar:0.7.2'