<dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-jetcache</artifactId> <version>3.3.0</version> </dependency>
implementation 'net.dreamlu:mica-jetcache:3.3.0'
implementation("net.dreamlu:mica-jetcache:3.3.0")
libraryDependencies += "net.dreamlu" % "mica-jetcache" % "3.3.0"
@Grapes( @Grab(group='net.dreamlu', module='mica-jetcache', version='3.3.0') )
<dependency org="net.dreamlu" name="mica-jetcache" rev="3.3.0" />
[net.dreamlu/mica-jetcache "3.3.0"]
'net.dreamlu:mica-jetcache:jar:3.3.0'
compile
|-- net.dreamlu:mica-core:3.3.0
|-- com.alicp.jetcache:jetcache-autoconfigure:2.7.5
|-- io.micrometer:micrometer-core:1.13.0