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