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