is not current version
Last Version 2.7.1

org.springframework.data:spring-data-geode-distribution 2.3.0.RELEASE

Distribution build for both Spring Data for Apache Geode and Pivotal GemFire

Categories

Categories

Data Distribution Build Tools Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-geode-distribution
Version

Version

2.3.0.RELEASE
Type

Type

pom

Download spring-data-geode-distribution 2.3.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-geode-distribution/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-geode-distribution</artifactId>
    <version>2.3.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-geode-distribution/
implementation 'org.springframework.data:spring-data-geode-distribution:2.3.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-geode-distribution/
implementation ("org.springframework.data:spring-data-geode-distribution:2.3.0.RELEASE")
'org.springframework.data:spring-data-geode-distribution:pom:2.3.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-geode-distribution" rev="2.3.0.RELEASE">
  <artifact name="spring-data-geode-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-geode-distribution', version='2.3.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-geode-distribution" % "2.3.0.RELEASE"
[org.springframework.data/spring-data-geode-distribution "2.3.0.RELEASE"]