j

jetcache-parent

a Java cache abstraction which provides consistent use for various caching solutions
https://github.com/alibaba/jetcache
The Apache License, Version 2.0
huangli
文件下载
文件名 操作
jetcache-parent-2.6.6.pom 下载
Apache Maven
<dependency>
  <groupId>com.alicp.jetcache</groupId>
  <artifactId>jetcache-parent</artifactId>
  <version>2.6.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alicp.jetcache:jetcache-parent:2.6.6'
Gradle Kotlin
implementation("com.alicp.jetcache:jetcache-parent:2.6.6")
Scala SBT
libraryDependencies += "com.alicp.jetcache" % "jetcache-parent" % "2.6.6"
Groovy Grape
@Grapes(
  @Grab(group='com.alicp.jetcache', module='jetcache-parent', version='2.6.6')
)
Apache Ivy
<dependency org="com.alicp.jetcache" name="jetcache-parent" rev="2.6.6" />
Leiningen
[com.alicp.jetcache/jetcache-parent "2.6.6"]
Apache Buildr
'com.alicp.jetcache:jetcache-parent:jar:2.6.6'