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