Files download
File Operation
spring-data-redis-1.1.0.M2.jar download
spring-data-redis-1.1.0.M2.pom download
spring-data-redis-1.1.0.M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-redis</artifactId>
  <version>1.1.0.M2</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-redis:1.1.0.M2'
Gradle Kotlin
implementation("org.springframework.data:spring-data-redis:1.1.0.M2")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-redis" % "1.1.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-redis', version='1.1.0.M2')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-redis" rev="1.1.0.M2" />
Leiningen
[org.springframework.data/spring-data-redis "1.1.0.M2"]
Apache Buildr
'org.springframework.data:spring-data-redis:jar:1.1.0.M2'