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