s

spring-data-gemfire

Spring Data for Pivotal GemFire (a.k.a. Spring Data GemFire or SDG)
https://projects.spring.io/spring-data-geode/spring-data-gemfire
Files download
File Operation
spring-data-gemfire-2.3.5.RELEASE.jar download
spring-data-gemfire-2.3.5.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-gemfire</artifactId>
  <version>2.3.5.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-gemfire:2.3.5.RELEASE'
Gradle Kotlin
implementation("org.springframework.data:spring-data-gemfire:2.3.5.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "2.3.5.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-gemfire', version='2.3.5.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="2.3.5.RELEASE" />
Leiningen
[org.springframework.data/spring-data-gemfire "2.3.5.RELEASE"]
Apache Buildr
'org.springframework.data:spring-data-gemfire:jar:2.3.5.RELEASE'