is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-starter-data-redis 1.5.3.RELEASE

Starter for using Redis key-value data store with Spring Data Redis and the Jedis client

Categories

Categories

Spring Boot Container Microservices Redis Data Databases
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-data-redis
Version

Version

1.5.3.RELEASE
Type

Type

jar

Download spring-boot-starter-data-redis 1.5.3.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-redis/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-data-redis</artifactId>
    <version>1.5.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-redis/
implementation 'org.springframework.boot:spring-boot-starter-data-redis:1.5.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-redis/
implementation ("org.springframework.boot:spring-boot-starter-data-redis:1.5.3.RELEASE")
'org.springframework.boot:spring-boot-starter-data-redis:jar:1.5.3.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-data-redis" rev="1.5.3.RELEASE">
  <artifact name="spring-boot-starter-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-redis', version='1.5.3.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-redis" % "1.5.3.RELEASE"
[org.springframework.boot/spring-boot-starter-data-redis "1.5.3.RELEASE"]