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