Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.alicp.jetcache |
ArtifactId | ArtifactIdjetcache-redis |
Version | Version2.2.0.Beta4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/ -->
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-redis</artifactId>
<version>2.2.0.Beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation 'com.alicp.jetcache:jetcache-redis:2.2.0.Beta4'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation ("com.alicp.jetcache:jetcache-redis:2.2.0.Beta4")
'com.alicp.jetcache:jetcache-redis:jar:2.2.0.Beta4'
<dependency org="com.alicp.jetcache" name="jetcache-redis" rev="2.2.0.Beta4">
<artifact name="jetcache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-redis', version='2.2.0.Beta4')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-redis" % "2.2.0.Beta4"
[com.alicp.jetcache/jetcache-redis "2.2.0.Beta4"]