<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-redis', version='1.0.3.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-redis" rev="1.0.3.RELEASE" />
compile
|-- com.lambdaworks:lettuce:2.2.0
|-- org.jredis:jredis-anthonylauzon:03122010
|-- commons-beanutils:commons-beanutils-core:1.8.3
|-- org.springframework:spring-oxm:3.1.4.RELEASE
|-- org.springframework:spring-tx:3.1.4.RELEASE
|-- com.github.spullara.redis:client:0.2
|-- org.codehaus.jackson:jackson-mapper-asl:1.8.8
|-- org.slf4j:jcl-over-slf4j:1.6.6
|-- org.springframework:spring-context-support:3.1.4.RELEASE