Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.springframework.geode |
ArtifactId | ArtifactIdspring-geode |
Version | Version1.5.14 |
Type | Typejar |
Filename | Size |
---|---|
spring-geode-1.5.14.pom | |
spring-geode-1.5.14.jar | 237 KB |
spring-geode-1.5.14-sources.jar | 178 KB |
spring-geode-1.5.14-javadoc.jar | 582 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.geode/spring-geode/ -->
<dependency>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode</artifactId>
<version>1.5.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.geode/spring-geode/
implementation 'org.springframework.geode:spring-geode:1.5.14'
// https://jarcasting.com/artifacts/org.springframework.geode/spring-geode/
implementation ("org.springframework.geode:spring-geode:1.5.14")
'org.springframework.geode:spring-geode:jar:1.5.14'
<dependency org="org.springframework.geode" name="spring-geode" rev="1.5.14">
<artifact name="spring-geode" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.geode', module='spring-geode', version='1.5.14')
)
libraryDependencies += "org.springframework.geode" % "spring-geode" % "1.5.14"
[org.springframework.geode/spring-geode "1.5.14"]