Group Id org.springframework.data
Artifact Id spring-data-geode-distribution
Version 2.7.5
Packaging jar
URL -
Badge
Last Updated 2022-10-13T05:38:44+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-geode-distribution</artifactId>
    <version>2.7.5</version>
</dependency>
implementation group: 'org.springframework.data', name: 'spring-data-geode-distribution', version: '2.7.5'
implementation 'org.springframework.data:spring-data-geode-distribution:2.7.5'
implementation("org.springframework.data:spring-data-geode-distribution:2.7.5")
libraryDependencies += "org.springframework.data" % "spring-data-geode-distribution" % "2.7.5"
<dependency org="org.springframework.data" name="spring-data-geode-distribution" rev="2.7.5"/>
@Grapes(
    @Grab(group='org.springframework.data', module='spring-data-geode-distribution', version='2.7.5')
)
[org.springframework.data/spring-data-geode-distribution "2.7.5"]
'org.springframework.data:spring-data-geode-distribution:2.7.5'