文件下载
文件名 操作
spring-data-gemfire-1.4.0.RELEASE.jar 下载
spring-data-gemfire-1.4.0.RELEASE.pom 下载
spring-data-gemfire-1.4.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-gemfire</artifactId>
  <version>1.4.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-gemfire:1.4.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.data:spring-data-gemfire:1.4.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "1.4.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-gemfire', version='1.4.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="1.4.0.RELEASE" />
Leiningen
[org.springframework.data/spring-data-gemfire "1.4.0.RELEASE"]
Apache Buildr
'org.springframework.data:spring-data-gemfire:jar:1.4.0.RELEASE'