<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode-test</artifactId>
<version>0.0.19.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-geode-test" % "0.0.19.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-geode-test', version='0.0.19.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-geode-test" rev="0.0.19.RELEASE" />