License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.github.pavleprica |
ArtifactId | ArtifactIdkotlin-cache |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkotlin-cache
Kotlin cache is a lib that offers various caching types to be used locally in code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-cache-1.2.0.pom | |
kotlin-cache-1.2.0.jar | 22 KB |
kotlin-cache-1.2.0-sources.jar | 8 KB |
kotlin-cache-1.2.0-javadoc.jar | 315 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
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 |