is not current version
Last Version 2.7.1

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

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

Categories

Categories

Spring Boot Container Microservices Redis Data Databases
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-data-redis
Version

Version

2.2.5.RELEASE
Type

Type

jar

Download spring-boot-starter-data-redis 2.2.5.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>2.2.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-redis/
implementation 'org.springframework.boot:spring-boot-starter-data-redis:2.2.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-redis/
implementation ("org.springframework.boot:spring-boot-starter-data-redis:2.2.5.RELEASE")
'org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.5.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-data-redis" rev="2.2.5.RELEASE">
  <artifact name="spring-boot-starter-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-redis', version='2.2.5.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-redis" % "2.2.5.RELEASE"
[org.springframework.boot/spring-boot-starter-data-redis "2.2.5.RELEASE"]