Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.pavleprica |
ArtifactId | ArtifactIdkotlin-cache |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-cache-1.0.pom | |
kotlin-cache-1.0.jar | 21 KB |
kotlin-cache-1.0-sources.jar | 9 KB |
kotlin-cache-1.0-javadoc.jar | 310 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pavleprica/kotlin-cache/ -->
<dependency>
<groupId>io.github.pavleprica</groupId>
<artifactId>kotlin-cache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pavleprica/kotlin-cache/
implementation 'io.github.pavleprica:kotlin-cache:1.0'
// https://jarcasting.com/artifacts/io.github.pavleprica/kotlin-cache/
implementation ("io.github.pavleprica:kotlin-cache:1.0")
'io.github.pavleprica:kotlin-cache:jar:1.0'
<dependency org="io.github.pavleprica" name="kotlin-cache" rev="1.0">
<artifact name="kotlin-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pavleprica', module='kotlin-cache', version='1.0')
)
libraryDependencies += "io.github.pavleprica" % "kotlin-cache" % "1.0"
[io.github.pavleprica/kotlin-cache "1.0"]