is not current version
Last Version 2.7.1

org.springframework.data:spring-data-redis 1.5.2.RELEASE

Spring Data Redis

Categories

Categories

Redis Data Databases
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-redis
Version

Version

1.5.2.RELEASE
Type

Type

jar

Download spring-data-redis 1.5.2.RELEASE


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