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