Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-starter-data-gemfire |
Version | Version1.5.10.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-gemfire/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-gemfire</artifactId>
<version>1.5.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-gemfire/
implementation 'org.springframework.boot:spring-boot-starter-data-gemfire:1.5.10.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-gemfire/
implementation ("org.springframework.boot:spring-boot-starter-data-gemfire:1.5.10.RELEASE")
'org.springframework.boot:spring-boot-starter-data-gemfire:jar:1.5.10.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-data-gemfire" rev="1.5.10.RELEASE">
<artifact name="spring-boot-starter-data-gemfire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-gemfire', version='1.5.10.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-gemfire" % "1.5.10.RELEASE"
[org.springframework.boot/spring-boot-starter-data-gemfire "1.5.10.RELEASE"]