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