<dependency>
<groupId>io.streamnative</groupId>
<artifactId>stream-storage-java-client-parent</artifactId>
<version>branch-4.14.7.1_d4</version>
</dependency>
implementation group: 'io.streamnative', name: 'stream-storage-java-client-parent', version: 'branch-4.14.7.1_d4'
implementation 'io.streamnative:stream-storage-java-client-parent:branch-4.14.7.1_d4'
implementation("io.streamnative:stream-storage-java-client-parent:branch-4.14.7.1_d4")
libraryDependencies += "io.streamnative" % "stream-storage-java-client-parent" % "branch-4.14.7.1_d4"
<dependency org="io.streamnative" name="stream-storage-java-client-parent" rev="branch-4.14.7.1_d4"/>
@Grapes(
@Grab(group='io.streamnative', module='stream-storage-java-client-parent', version='branch-4.14.7.1_d4')
)
[io.streamnative/stream-storage-java-client-parent "branch-4.14.7.1_d4"]
'io.streamnative:stream-storage-java-client-parent:jar:branch-4.14.7.1_d4'