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