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