Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.alicp.jetcache |
ArtifactId | ArtifactIdjetcache-redis |
Version | Version2.6.0.RC |
Type | Typejar |
Filename | Size |
---|---|
jetcache-redis-2.6.0.RC.pom | |
jetcache-redis-2.6.0.RC.jar | 12 KB |
jetcache-redis-2.6.0.RC-sources.jar | 5 KB |
jetcache-redis-2.6.0.RC-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/ -->
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-redis</artifactId>
<version>2.6.0.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation 'com.alicp.jetcache:jetcache-redis:2.6.0.RC'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation ("com.alicp.jetcache:jetcache-redis:2.6.0.RC")
'com.alicp.jetcache:jetcache-redis:jar:2.6.0.RC'
<dependency org="com.alicp.jetcache" name="jetcache-redis" rev="2.6.0.RC">
<artifact name="jetcache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-redis', version='2.6.0.RC')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-redis" % "2.6.0.RC"
[com.alicp.jetcache/jetcache-redis "2.6.0.RC"]