не последняя версия
Последняя версия 2.3.9.RELEASE

org.springframework.data:spring-data-gemfire 2.0.9.RELEASE


Категории

Категории

Данные
Группа

Группа

org.springframework.data
Идентификатор

Идентификатор

spring-data-gemfire
Версия

Версия

2.0.9.RELEASE
Тип

Тип

jar

Скачать spring-data-gemfire 2.0.9.RELEASE


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