<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.6.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "1.6.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-gemfire', version='1.6.0.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="1.6.0.RELEASE" />
compile
|-- org.springframework:spring-core:4.0.9.RELEASE
|-- com.fasterxml.jackson.core:jackson-annotations:2.5.1
|-- org.slf4j:jcl-over-slf4j:1.7.10
|-- com.fasterxml.jackson.core:jackson-databind:2.5.1
|-- org.aspectj:aspectjweaver:1.8.5
|-- org.springframework:spring-tx:4.0.9.RELEASE
|-- org.springframework:spring-context-support:4.0.9.RELEASE
|-- org.slf4j:slf4j-api:1.7.10
|-- org.springframework.data:spring-data-commons:1.10.0.RELEASE
|-- com.gemstone.gemfire:gemfire:8.0.0
|-- org.springframework:spring-aop:4.0.9.RELEASE
|-- com.fasterxml.jackson.core:jackson-core:2.5.1
runtime