Well...
There is a version of GemfireTemplate (i.e. this) in Spring Data GemFire 2.0.x (Spring Data Release Train Kay), having a current Milestone 1 release (i.e. org.springframework.data:spring-data-gemfire:2.0.0.M1
in the Spring Repos; NOTE: Milestones and Release Candidates are not published to Maven Central), which is based on Pivotal GemFire 9.0.0-beta.1.
We are about to release (see April 3rd, if the date sticks) Spring Data Release Train Kay Milestone 2, which will include Spring Data GemFire 2.0.0.M2, which was upgraded to Pivotal GemFire 9.0.2.
As for Apache Geode, there is Spring Data Geode 1.0.0.INCUBATING-RELEASE (here), which is based on Apache Geode 1.0.0-incubating, which has the same GemfireTemplate (this) for Geode.
I am about to release Spring Data Geode 1.1.0.RELEASE, which will be based on the relatively new Apache Geode 1.1.0 (GA release, non-incubating).
All of the resources you need to know about are here...
Spring Data GemFire project page: http://projects.spring.io/spring-data-gemfire/
Spring Data GemFire Wiki (Compatibility Matrix): https://github.com/spring-projects/spring-data-gemfire/wiki/Spring-Data-GemFire-to-GemFire-Version-Compatibility
Spring Data Commons Wiki (SD Release Trains; see right nav): https://github.com/spring-projects/spring-data-commons/wiki
Maven Central (SD Geode): http://search.maven.org/#search%7Cga%7C1%7Cspring-data-geode
-j