GroupId | GroupIdio.kcache |
---|---|
ArtifactId | ArtifactIdkcache |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
kcache-0.0.3.pom | |
kcache-0.0.3.jar | 21 KB |
kcache-0.0.3-sources.jar | 12 KB |
kcache-0.0.3-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache/
implementation 'io.kcache:kcache:0.0.3'
// https://jarcasting.com/artifacts/io.kcache/kcache/
implementation ("io.kcache:kcache:0.0.3")
'io.kcache:kcache:jar:0.0.3'
<dependency org="io.kcache" name="kcache" rev="0.0.3">
<artifact name="kcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache', version='0.0.3')
)
libraryDependencies += "io.kcache" % "kcache" % "0.0.3"
[io.kcache/kcache "0.0.3"]