Spring Data Geode 1.0.0.APACHE-GEODE-INCUBATING-M3 Released
I apologize to both the Spring and Apache Geode communities for the delay, relative to the Apache Geode M3 release announcement, but I am very excited and pleased to follow that with the release of Spring Data for Apache Geode 1.0.0-incubating.M3.
You can get the bits from Maven Central by including the following dependency in either your application Maven or Gradle build files ...
Maven
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>1.0.0.APACHE-GEODE-INCUBATING-M3</version>
</dependency>
Gradle
compile 'org…