is not current version
Last Version 1.2.0

kotlin-cache 1.1.0

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
Version

Version

1.1.0
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 1.1.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.32
io.kotest : kotest-extensions-spring-jvm jar 4.4.3

test (4)

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

Project Modules

There are no modules declared in this project.