文件下载
文件名 操作
cache-1.2.2.jar 下载
cache-1.2.2.pom 下载
cache-1.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>cache</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:cache:1.2.2'
Gradle Kotlin
implementation("io.github.shaohuizhe:cache:1.2.2")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "cache" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='cache', version='1.2.2')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="cache" rev="1.2.2" />
Leiningen
[io.github.shaohuizhe/cache "1.2.2"]
Apache Buildr
'io.github.shaohuizhe:cache:jar:1.2.2'