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