kotlin-cache

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.pavleprica
ArtifactId

ArtifactId

kotlin-cache
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/pavleprica/kotlin-cache
Source Code Management

Source Code Management

https://github.com/pavleprica/kotlin-cache

Download kotlin-cache

How to add to project

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

Dependencies

compile (1)

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

test (5)

Group / Artifact Type Version
io.kotest : kotest-runner-junit5-jvm jar 5.2.1
io.kotest : kotest-assertions-core-jvm jar 5.2.1
io.kotest : kotest-property-jvm jar 5.2.1
org.mockito : mockito-inline jar 3.8.0
io.kotest : kotest-extensions-jvm jar 5.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.1
1.1.0
1.0.1
1.0