s

spring-data-redis

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

compile

|-- org.springframework.data:spring-data-keyvalue:3.0.3

|-- org.springframework:spring-tx

|-- org.springframework:spring-oxm

|-- org.springframework:spring-aop

|-- org.springframework:spring-context-support

|-- redis.clients:jedis:4.3.1

|-- io.lettuce:lettuce-core:6.2.3.RELEASE

|-- io.projectreactor:reactor-core

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310

|-- com.fasterxml.jackson.core:jackson-databind

|-- commons-beanutils:commons-beanutils:1.9.4

|-- org.apache.commons:commons-pool2

|-- io.micrometer:micrometer-observation

|-- io.micrometer:micrometer-tracing

|-- org.jetbrains.kotlin:kotlin-stdlib

|-- org.jetbrains.kotlin:kotlin-reflect

|-- org.jetbrains.kotlinx:kotlinx-coroutines-core

|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor

provided

|-- jakarta.enterprise:jakarta.enterprise.cdi-api

test

|-- io.netty:netty-transport-native-epoll:4.1.89.Final

|-- io.netty:netty-transport-native-kqueue:4.1.89.Final

|-- io.micrometer:micrometer-test

|-- io.micrometer:micrometer-tracing-test

|-- io.micrometer:micrometer-tracing-integration-test

|-- org.apache.openwebbeans:openwebbeans-se

|-- org.apache.openwebbeans:openwebbeans-spi

|-- org.apache.openwebbeans:openwebbeans-impl

|-- io.mockk:mockk-jvm

|-- org.springframework:spring-jdbc

|-- org.springframework:spring-core-test

|-- org.awaitility:awaitility:4.0.2

|-- com.thoughtworks.xstream:xstream:1.4.19

|-- edu.umd.cs.mtc:multithreadedtc:1.01

|-- io.projectreactor:reactor-test