is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-starter-data-redis-reactive 2.2.7.RELEASE

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

Categories

Categories

Spring Boot Container Microservices Redis Data Databases React User Interface Web Frameworks
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-data-redis-reactive
Version

Version

2.2.7.RELEASE
Type

Type

jar

Download spring-boot-starter-data-redis-reactive 2.2.7.RELEASE


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