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