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