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