<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.6.2.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-redis', version='1.6.2.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-redis" rev="1.6.2.RELEASE" />
compile
|-- biz.paluch.redis:lettuce:3.3.Final
|-- com.fasterxml.jackson.core:jackson-core:2.6.4
|-- org.codehaus.jackson:jackson-mapper-asl:1.8.8
|-- com.fasterxml.jackson.core:jackson-databind:2.6.4
|-- org.springframework:spring-context:4.1.9.RELEASE
|-- org.jredis:jredis-core-ri:06052013
|-- org.springframework:spring-tx:4.1.9.RELEASE
|-- org.springframework:spring-context-support:4.1.9.RELEASE
|-- org.springframework:spring-aop:4.1.9.RELEASE
|-- commons-beanutils:commons-beanutils:1.9.2
|-- org.apache.commons:commons-pool2:2.2
|-- org.springframework:spring-core:4.1.9.RELEASE
|-- com.github.spullara.redis:client:0.7
|-- org.springframework:spring-oxm:4.1.9.RELEASE