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