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