| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.meshware.cache |
| Идентификатор | Идентификаторlocal-cache |
| Последняя версия | Последняя версия0.0.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmeshware-local-cache
Local cache for java application
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| local-cache-0.0.9.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.meshware.cache/local-cache/ -->
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>local-cache</artifactId>
<version>0.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.meshware.cache/local-cache/
implementation 'io.meshware.cache:local-cache:0.0.9'
// https://jarcasting.com/artifacts/io.meshware.cache/local-cache/
implementation ("io.meshware.cache:local-cache:0.0.9")
'io.meshware.cache:local-cache:pom:0.0.9'
<dependency org="io.meshware.cache" name="local-cache" rev="0.0.9">
<artifact name="local-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.meshware.cache', module='local-cache', version='0.0.9')
)
libraryDependencies += "io.meshware.cache" % "local-cache" % "0.0.9"
[io.meshware.cache/local-cache "0.0.9"]