Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.pavleprica |
ArtifactId | ArtifactIdkotlin-cache |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-cache-1.0.1.pom | |
kotlin-cache-1.0.1.jar | 22 KB |
kotlin-cache-1.0.1-sources.jar | 8 KB |
kotlin-cache-1.0.1-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.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"]