<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.9.11.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "1.9.11.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-gemfire', version='1.9.11.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="1.9.11.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.9.11.RELEASE</version> </parent>
compile
|-- org.springframework:spring-context-support
|-- org.springframework:spring-tx
|-- org.springframework.data:spring-data-commons:1.13.11.RELEASE
|-- com.gemstone.gemfire:gemfire:8.2.9
|-- 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:2.6.0
|-- org.apache.derby:derbyLocale_zh_TW:10.9.1.0