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