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