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