s

spring-data-geode-parent

Spring Data for Apache Geode Parent Maven POM
https://projects.spring.io/spring-data-geode/
Pivotal Software, Inc.
John Blum
文件下载
文件名 操作
spring-data-geode-parent-2.7.14.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-geode-parent</artifactId>
  <version>2.7.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-geode-parent:2.7.14'
Gradle Kotlin
implementation("org.springframework.data:spring-data-geode-parent:2.7.14")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-geode-parent" % "2.7.14"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-geode-parent', version='2.7.14')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-geode-parent" rev="2.7.14" />
Leiningen
[org.springframework.data/spring-data-geode-parent "2.7.14"]
Apache Buildr
'org.springframework.data:spring-data-geode-parent:jar:2.7.14'