s

spring-data-redis

文件下载
文件名 操作
spring-data-redis-1.8.6.RELEASE.jar 下载
spring-data-redis-1.8.6.RELEASE.pom 下载
spring-data-redis-1.8.6.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-redis</artifactId>
  <version>1.8.6.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-redis:1.8.6.RELEASE'
Gradle Kotlin
implementation("org.springframework.data:spring-data-redis:1.8.6.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-redis" % "1.8.6.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-redis', version='1.8.6.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-redis" rev="1.8.6.RELEASE" />
Leiningen
[org.springframework.data/spring-data-redis "1.8.6.RELEASE"]
Apache Buildr
'org.springframework.data:spring-data-redis:jar:1.8.6.RELEASE'