Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.github.haozi2015 |
ArtifactId | ArtifactIdautocache-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
autocache-core-1.0.2.pom | |
autocache-core-1.0.2.jar | 29 KB |
autocache-core-1.0.2-sources.jar | 15 KB |
autocache-core-1.0.2-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.haozi2015/autocache-core/ -->
<dependency>
<groupId>io.github.haozi2015</groupId>
<artifactId>autocache-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.haozi2015/autocache-core/
implementation 'io.github.haozi2015:autocache-core:1.0.2'
// https://jarcasting.com/artifacts/io.github.haozi2015/autocache-core/
implementation ("io.github.haozi2015:autocache-core:1.0.2")
'io.github.haozi2015:autocache-core:jar:1.0.2'
<dependency org="io.github.haozi2015" name="autocache-core" rev="1.0.2">
<artifact name="autocache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.haozi2015', module='autocache-core', version='1.0.2')
)
libraryDependencies += "io.github.haozi2015" % "autocache-core" % "1.0.2"
[io.github.haozi2015/autocache-core "1.0.2"]