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