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