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