q

quicker-data-cache

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