Categories |
CategoriesRedis Data Databases Net |
---|---|
GroupId | GroupIdnet.dreamlu.mica |
ArtifactId | ArtifactIdmica-cache-redis |
Version | Version0.0.1-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.dreamlu.mica/mica-cache-redis/ -->
<dependency>
<groupId>net.dreamlu.mica</groupId>
<artifactId>mica-cache-redis</artifactId>
<version>0.0.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu.mica/mica-cache-redis/
implementation 'net.dreamlu.mica:mica-cache-redis:0.0.1-beta'
// https://jarcasting.com/artifacts/net.dreamlu.mica/mica-cache-redis/
implementation ("net.dreamlu.mica:mica-cache-redis:0.0.1-beta")
'net.dreamlu.mica:mica-cache-redis:jar:0.0.1-beta'
<dependency org="net.dreamlu.mica" name="mica-cache-redis" rev="0.0.1-beta">
<artifact name="mica-cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu.mica', module='mica-cache-redis', version='0.0.1-beta')
)
libraryDependencies += "net.dreamlu.mica" % "mica-cache-redis" % "0.0.1-beta"
[net.dreamlu.mica/mica-cache-redis "0.0.1-beta"]