<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>1.5.9.RELEASE</version>
</dependency>
implementation 'org.springframework.boot:spring-boot-starter-data-redis:1.5.9.RELEASE'
implementation("org.springframework.boot:spring-boot-starter-data-redis:1.5.9.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-redis" % "1.5.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-redis', version='1.5.9.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-data-redis" rev="1.5.9.RELEASE" />