<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "1.4.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-gemfire', version='1.4.0.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="1.4.0.RELEASE" />
compile
|-- org.slf4j:jcl-over-slf4j:1.7.6
|-- org.aspectj:aspectjweaver:1.7.4
|-- org.springframework.data:spring-data-commons:1.8.0.RELEASE
|-- com.gemstone.gemfire:gemfire:7.0.2
|-- org.springframework:spring-tx:3.2.9.RELEASE
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.12
|-- org.springframework:spring-aop:3.2.9.RELEASE
|-- org.springframework:spring-context-support:3.2.9.RELEASE
|-- org.springframework:spring-core:3.2.9.RELEASE
|-- org.codehaus.jackson:jackson-core-asl:1.9.12
runtime