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