is not current version
Last Version 0.2.0

io.github.kezhenxu94:cache-lite 0.1.7

An extremely light-weight cache framework for Kotlin

GroupId

GroupId

io.github.kezhenxu94
ArtifactId

ArtifactId

cache-lite
Version

Version

0.1.7
Type

Type

jar

Download cache-lite 0.1.7


<!-- https://jarcasting.com/artifacts/io.github.kezhenxu94/cache-lite/ -->
<dependency>
    <groupId>io.github.kezhenxu94</groupId>
    <artifactId>cache-lite</artifactId>
    <version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kezhenxu94/cache-lite/
implementation 'io.github.kezhenxu94:cache-lite:0.1.7'
// https://jarcasting.com/artifacts/io.github.kezhenxu94/cache-lite/
implementation ("io.github.kezhenxu94:cache-lite:0.1.7")
'io.github.kezhenxu94:cache-lite:jar:0.1.7'
<dependency org="io.github.kezhenxu94" name="cache-lite" rev="0.1.7">
  <artifact name="cache-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kezhenxu94', module='cache-lite', version='0.1.7')
)
libraryDependencies += "io.github.kezhenxu94" % "cache-lite" % "0.1.7"
[io.github.kezhenxu94/cache-lite "0.1.7"]