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