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