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