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