License |
License |
---|---|
GroupId | GroupIdxyz.runnerbe |
ArtifactId | ArtifactIdnestegg |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionnestegg
Very simple Kotlin caching library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nestegg-1.0.2.pom | |
nestegg-1.0.2-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.runnerbe/nestegg/ -->
<dependency>
<groupId>xyz.runnerbe</groupId>
<artifactId>nestegg</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.runnerbe/nestegg/
implementation 'xyz.runnerbe:nestegg:1.0.2'
// https://jarcasting.com/artifacts/xyz.runnerbe/nestegg/
implementation ("xyz.runnerbe:nestegg:1.0.2")
'xyz.runnerbe:nestegg:aar:1.0.2'
<dependency org="xyz.runnerbe" name="nestegg" rev="1.0.2">
<artifact name="nestegg" type="aar" />
</dependency>
@Grapes(
@Grab(group='xyz.runnerbe', module='nestegg', version='1.0.2')
)
libraryDependencies += "xyz.runnerbe" % "nestegg" % "1.0.2"
[xyz.runnerbe/nestegg "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |