Last Version

cache-lite 0.2.0

An extremely light-weight cache framework for Kotlin

License

License

GroupId

GroupId

io.github.kezhenxu94
ArtifactId

ArtifactId

cache-lite
Version

Version

0.2.0
Type

Type

jar
Description

Description

cache-lite
An extremely light-weight cache framework for Kotlin
Project URL

Project URL

https://github.com/kezhenxu94/cache-lite
Source Code Management

Source Code Management

https://github.com/kezhenxu94/cache-lite

Download cache-lite 0.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.71

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.