is not current version
Last Version 2.7.1

org.springframework.data:spring-data-geode 2.4.10

Spring Data for Apache Geode (a.k.a. Spring Data Geode or SDG)

Categories

Categories

Data Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-geode
Version

Version

2.4.10
Type

Type

jar

Download spring-data-geode 2.4.10


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