Files download
File Operation
spring-data-geode-test-0.3.7-RAJ.jar download
spring-data-geode-test-0.3.7-RAJ.pom download
spring-data-geode-test-0.3.7-RAJ-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-geode-test</artifactId>
  <version>0.3.7-RAJ</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-geode-test:0.3.7-RAJ'
Gradle Kotlin
implementation("org.springframework.data:spring-data-geode-test:0.3.7-RAJ")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-geode-test" % "0.3.7-RAJ"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-geode-test', version='0.3.7-RAJ')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-geode-test" rev="0.3.7-RAJ" />
Leiningen
[org.springframework.data/spring-data-geode-test "0.3.7-RAJ"]
Apache Buildr
'org.springframework.data:spring-data-geode-test:jar:0.3.7-RAJ'