<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.8.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "1.8.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-gemfire', version='1.8.8.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="1.8.8.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.8.8.RELEASE</version> </parent>
compile
|-- org.springframework:spring-context-support
|-- org.springframework:spring-tx
|-- org.springframework.data:spring-data-commons:1.12.8.RELEASE
|-- com.gemstone.gemfire:gemfire:8.2.0
|-- com.google.code.findbugs:annotations:2.0.2
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
provided
runtime
test
|-- javax.el:el-api
|-- javax.servlet:servlet-api:2.5
|-- org.assertj:assertj-core:3.5.2
|-- org.apache.openwebbeans.test:cditest-owb