t

tools-cache

Distributed cache
Files download
File Operation
tools-cache-1.0.0.jar download
tools-cache-1.0.0.pom download
tools-cache-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.gjing</groupId>
  <artifactId>tools-cache</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'cn.gjing:tools-cache:1.0.0'
Gradle Kotlin
implementation("cn.gjing:tools-cache:1.0.0")
Scala SBT
libraryDependencies += "cn.gjing" % "tools-cache" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.gjing', module='tools-cache', version='1.0.0')
)
Apache Ivy
<dependency org="cn.gjing" name="tools-cache" rev="1.0.0" />
Leiningen
[cn.gjing/tools-cache "1.0.0"]
Apache Buildr
'cn.gjing:tools-cache:jar:1.0.0'