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