| Категории |
КатегорииДанные Geo Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаorg.springframework.data |
| Идентификатор | Идентификаторspring-data-geode |
| Версия | Версия2.4.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-data-geode-2.4.9.pom | |
| spring-data-geode-2.4.9.jar | 1 MB |
| spring-data-geode-2.4.9-sources.jar | 983 KB |
| spring-data-geode-2.4.9-javadoc.jar | 3 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-geode/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>2.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-geode/
implementation 'org.springframework.data:spring-data-geode:2.4.9'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-geode/
implementation ("org.springframework.data:spring-data-geode:2.4.9")
'org.springframework.data:spring-data-geode:jar:2.4.9'
<dependency org="org.springframework.data" name="spring-data-geode" rev="2.4.9">
<artifact name="spring-data-geode" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-geode', version='2.4.9')
)
libraryDependencies += "org.springframework.data" % "spring-data-geode" % "2.4.9"
[org.springframework.data/spring-data-geode "2.4.9"]