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