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