GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdlocal-cache |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
local-cache-1.1.6.pom | |
local-cache-1.1.6.jar | 29 KB |
local-cache-1.1.6-sources.jar | 11 KB |
local-cache-1.1.6-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/local-cache/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>local-cache</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/local-cache/
implementation 'io.github.shaohuizhe:local-cache:1.1.6'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/local-cache/
implementation ("io.github.shaohuizhe:local-cache:1.1.6")
'io.github.shaohuizhe:local-cache:jar:1.1.6'
<dependency org="io.github.shaohuizhe" name="local-cache" rev="1.1.6">
<artifact name="local-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='local-cache', version='1.1.6')
)
libraryDependencies += "io.github.shaohuizhe" % "local-cache" % "1.1.6"
[io.github.shaohuizhe/local-cache "1.1.6"]