is not current version
Last Version 1.2.0

io.github.pavleprica:kotlin-cache 1.0.1

Kotlin cache is a lib that offers various caching types to be used locally in code.

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.pavleprica
ArtifactId

ArtifactId

kotlin-cache
Version

Version

1.0.1
Type

Type

jar

Download kotlin-cache 1.0.1


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