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