File | Operation |
---|---|
spring-data-geode-parent-2.4.0.pom | download |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode-parent</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-geode-parent', version='2.4.0')
)
<dependency org="org.springframework.data" name="spring-data-geode-parent" rev="2.4.0" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.4.0</version> </parent>