License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.alicp.jetcache |
ArtifactId | ArtifactIdjetcache-redis-springdata |
Version | Version2.6.2 |
Type | Typejar |
Description |
Descriptiona Java cache abstraction which provides consistent use for various caching solutions
|
<!-- https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis-springdata/ -->
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-redis-springdata</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis-springdata/
implementation 'com.alicp.jetcache:jetcache-redis-springdata:2.6.2'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis-springdata/
implementation ("com.alicp.jetcache:jetcache-redis-springdata:2.6.2")
'com.alicp.jetcache:jetcache-redis-springdata:jar:2.6.2'
<dependency org="com.alicp.jetcache" name="jetcache-redis-springdata" rev="2.6.2">
<artifact name="jetcache-redis-springdata" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-redis-springdata', version='2.6.2')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-redis-springdata" % "2.6.2"
[com.alicp.jetcache/jetcache-redis-springdata "2.6.2"]
Group / Artifact | Type | Version |
---|---|---|
com.alicp.jetcache : jetcache-core | jar | 2.6.2 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.2.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.2 |
org.junit.platform : junit-platform-launcher | jar | 1.0.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.2 |
org.junit.vintage : junit-vintage-engine | jar | 4.12.2 |
org.apiguardian : apiguardian-api | jar | 1.0.0 |