文件下载
文件名 操作
microbenchmarks-4.15.2.jar 下载
microbenchmarks-4.15.2.pom 下载
microbenchmarks-4.15.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.bookkeeper</groupId>
  <artifactId>microbenchmarks</artifactId>
  <version>4.15.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.bookkeeper:microbenchmarks:4.15.2'
Gradle Kotlin
implementation("org.apache.bookkeeper:microbenchmarks:4.15.2")
Scala SBT
libraryDependencies += "org.apache.bookkeeper" % "microbenchmarks" % "4.15.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.bookkeeper', module='microbenchmarks', version='4.15.2')
)
Apache Ivy
<dependency org="org.apache.bookkeeper" name="microbenchmarks" rev="4.15.2" />
Leiningen
[org.apache.bookkeeper/microbenchmarks "4.15.2"]
Apache Buildr
'org.apache.bookkeeper:microbenchmarks:jar:4.15.2'