Group Id org.springframework.data
Artifact Id spring-data-redis
Version 1.7.8.RELEASE
Packaging jar
URL -
Badge
Last Updated 2017-03-02T02:56:12+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-redis</artifactId>
    <version>1.7.8.RELEASE</version>
</dependency>
implementation group: 'org.springframework.data', name: 'spring-data-redis', version: '1.7.8.RELEASE'
implementation 'org.springframework.data:spring-data-redis:1.7.8.RELEASE'
implementation("org.springframework.data:spring-data-redis:1.7.8.RELEASE")
libraryDependencies += "org.springframework.data" % "spring-data-redis" % "1.7.8.RELEASE"
<dependency org="org.springframework.data" name="spring-data-redis" rev="1.7.8.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework.data', module='spring-data-redis', version='1.7.8.RELEASE')
)
[org.springframework.data/spring-data-redis "1.7.8.RELEASE"]
'org.springframework.data:spring-data-redis:1.7.8.RELEASE'