s

spring-data-geode-parent

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