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