m

mica-jetcache

An enhanced toolkit of Spring cloud to simplify development.
https://github.com/lets-mica/mica
GNU LESSER GENERAL PUBLIC LICENSE
Dreamlu
文件下载
文件名 操作
mica-jetcache-3.1.1.jar 下载
mica-jetcache-3.1.1.pom 下载
mica-jetcache-3.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.dreamlu</groupId>
  <artifactId>mica-jetcache</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.dreamlu:mica-jetcache:3.1.1'
Gradle Kotlin
implementation("net.dreamlu:mica-jetcache:3.1.1")
Scala SBT
libraryDependencies += "net.dreamlu" % "mica-jetcache" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.dreamlu', module='mica-jetcache', version='3.1.1')
)
Apache Ivy
<dependency org="net.dreamlu" name="mica-jetcache" rev="3.1.1" />
Leiningen
[net.dreamlu/mica-jetcache "3.1.1"]
Apache Buildr
'net.dreamlu:mica-jetcache:jar:3.1.1'