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