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