<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>2.3.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "2.3.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-gemfire', version='2.3.2.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="2.3.2.RELEASE" />
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-geode-parent</artifactId> <version>2.3.2.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-geode
|-- io.pivotal.gemfire:geode-core:9.10.2
|-- io.pivotal.gemfire:geode-cq:9.10.2