| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.siddarthsreeni |
| Идентификатор | Идентификаторlazy-cache |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеLazy Cache
Simple non-bloated in-memory object ttl caching but Lazy
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| lazy-cache-1.0.1.pom | |
| lazy-cache-1.0.1.jar | 7 KB |
| lazy-cache-1.0.1-sources.jar | 2 KB |
| lazy-cache-1.0.1-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.siddarthsreeni/lazy-cache/ -->
<dependency>
<groupId>io.github.siddarthsreeni</groupId>
<artifactId>lazy-cache</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.siddarthsreeni/lazy-cache/
implementation 'io.github.siddarthsreeni:lazy-cache:1.0.1'
// https://jarcasting.com/artifacts/io.github.siddarthsreeni/lazy-cache/
implementation ("io.github.siddarthsreeni:lazy-cache:1.0.1")
'io.github.siddarthsreeni:lazy-cache:jar:1.0.1'
<dependency org="io.github.siddarthsreeni" name="lazy-cache" rev="1.0.1">
<artifact name="lazy-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.siddarthsreeni', module='lazy-cache', version='1.0.1')
)
libraryDependencies += "io.github.siddarthsreeni" % "lazy-cache" % "1.0.1"
[io.github.siddarthsreeni/lazy-cache "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |