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