File | Operation |
---|---|
spring-data-geode-parent-2.3.8.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode-parent</artifactId>
<version>2.3.8.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-geode-parent" % "2.3.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-geode-parent', version='2.3.8.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-geode-parent" rev="2.3.8.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.3.8.RELEASE</version> </parent>