| Группа | Группаio.meshware.cache |
|---|---|
| Идентификатор | Идентификаторlocal-cache |
| Версия | Версия0.0.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| local-cache-0.0.2.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.meshware.cache/local-cache/ -->
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>local-cache</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.meshware.cache/local-cache/
implementation 'io.meshware.cache:local-cache:0.0.2'
// https://jarcasting.com/artifacts/io.meshware.cache/local-cache/
implementation ("io.meshware.cache:local-cache:0.0.2")
'io.meshware.cache:local-cache:pom:0.0.2'
<dependency org="io.meshware.cache" name="local-cache" rev="0.0.2">
<artifact name="local-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.meshware.cache', module='local-cache', version='0.0.2')
)
libraryDependencies += "io.meshware.cache" % "local-cache" % "0.0.2"
[io.meshware.cache/local-cache "0.0.2"]