| GroupId | GroupIdio.hkube |
|---|---|
| ArtifactId | ArtifactIdstorage |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storage-1.3.pom | |
| storage-1.3.jar | 6 KB |
| storage-1.3-sources.jar | 3 KB |
| storage-1.3-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.hkube/storage/ -->
<dependency>
<groupId>io.hkube</groupId>
<artifactId>storage</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.hkube/storage/
implementation 'io.hkube:storage:1.3'
// https://jarcasting.com/artifacts/io.hkube/storage/
implementation ("io.hkube:storage:1.3")
'io.hkube:storage:jar:1.3'
<dependency org="io.hkube" name="storage" rev="1.3">
<artifact name="storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hkube', module='storage', version='1.3')
)
libraryDependencies += "io.hkube" % "storage" % "1.3"
[io.hkube/storage "1.3"]