Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdtiered-storage-jcloud |
Version | Version2.8.0.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative/tiered-storage-jcloud/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>tiered-storage-jcloud</artifactId>
<version>2.8.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/tiered-storage-jcloud/
implementation 'io.streamnative:tiered-storage-jcloud:2.8.0.16'
// https://jarcasting.com/artifacts/io.streamnative/tiered-storage-jcloud/
implementation ("io.streamnative:tiered-storage-jcloud:2.8.0.16")
'io.streamnative:tiered-storage-jcloud:jar:2.8.0.16'
<dependency org="io.streamnative" name="tiered-storage-jcloud" rev="2.8.0.16">
<artifact name="tiered-storage-jcloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='tiered-storage-jcloud', version='2.8.0.16')
)
libraryDependencies += "io.streamnative" % "tiered-storage-jcloud" % "2.8.0.16"
[io.streamnative/tiered-storage-jcloud "2.8.0.16"]