| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаio.github.haozi2015 |
| Идентификатор | ИдентификаторautoCache |
| Версия | Версия1.0.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| autoCache-1.0.2.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.haozi2015/autoCache/ -->
<dependency>
<groupId>io.github.haozi2015</groupId>
<artifactId>autoCache</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.haozi2015/autoCache/
implementation 'io.github.haozi2015:autoCache:1.0.2'
// https://jarcasting.com/artifacts/io.github.haozi2015/autoCache/
implementation ("io.github.haozi2015:autoCache:1.0.2")
'io.github.haozi2015:autoCache:pom:1.0.2'
<dependency org="io.github.haozi2015" name="autoCache" rev="1.0.2">
<artifact name="autoCache" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.haozi2015', module='autoCache', version='1.0.2')
)
libraryDependencies += "io.github.haozi2015" % "autoCache" % "1.0.2"
[io.github.haozi2015/autoCache "1.0.2"]