<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.2.13.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-redis" % "2.2.13.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-redis', version='2.2.13.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-redis" rev="2.2.13.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.2.13.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-keyvalue:2.2.13.RELEASE
|-- org.springframework:spring-tx
|-- org.springframework:spring-oxm
|-- org.springframework:spring-aop
|-- org.springframework:spring-context-support
|-- io.lettuce:lettuce-core:5.2.2.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.2
|-- org.apache.commons:commons-pool2
|-- org.jetbrains.kotlin:kotlin-stdlib
|-- org.jetbrains.kotlin:kotlin-reflect
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor
provided
test
|-- io.netty:netty-transport-native-epoll:4.1.49.Final
|-- io.netty:netty-transport-native-kqueue:4.1.49.Final
|-- org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.0.1
|-- javax.interceptor:javax.interceptor-api:1.2.1
|-- javax.annotation:javax.annotation-api
|-- org.apache.openwebbeans:openwebbeans-se
|-- io.mockk:mockk
|-- org.springframework:spring-jdbc
|-- javax.annotation:jsr250-api:1.0
|-- com.thoughtworks.xstream:xstream:1.4.15