| GroupId | GroupIdio.github.siddarthsreeni |
|---|---|
| ArtifactId | ArtifactIdlazy-cache |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lazy-cache-1.0.0.pom | |
| lazy-cache-1.0.0.jar | 6 KB |
| lazy-cache-1.0.0-sources.jar | 2 KB |
| lazy-cache-1.0.0-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.siddarthsreeni/lazy-cache/ -->
<dependency>
<groupId>io.github.siddarthsreeni</groupId>
<artifactId>lazy-cache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.siddarthsreeni/lazy-cache/
implementation 'io.github.siddarthsreeni:lazy-cache:1.0.0'
// https://jarcasting.com/artifacts/io.github.siddarthsreeni/lazy-cache/
implementation ("io.github.siddarthsreeni:lazy-cache:1.0.0")
'io.github.siddarthsreeni:lazy-cache:jar:1.0.0'
<dependency org="io.github.siddarthsreeni" name="lazy-cache" rev="1.0.0">
<artifact name="lazy-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.siddarthsreeni', module='lazy-cache', version='1.0.0')
)
libraryDependencies += "io.github.siddarthsreeni" % "lazy-cache" % "1.0.0"
[io.github.siddarthsreeni/lazy-cache "1.0.0"]