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