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