is not current version
Last Version 2.7.1

org.springframework.data.build:spring-data-parent 2.0.0.RELEASE

Global parent pom.xml to be used by Spring Data modules

Categories

Categories

Data
GroupId

GroupId

org.springframework.data.build
ArtifactId

ArtifactId

spring-data-parent
Version

Version

2.0.0.RELEASE
Type

Type

pom

Download spring-data-parent 2.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-parent/ -->
<dependency>
    <groupId>org.springframework.data.build</groupId>
    <artifactId>spring-data-parent</artifactId>
    <version>2.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-parent/
implementation 'org.springframework.data.build:spring-data-parent:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-parent/
implementation ("org.springframework.data.build:spring-data-parent:2.0.0.RELEASE")
'org.springframework.data.build:spring-data-parent:pom:2.0.0.RELEASE'
<dependency org="org.springframework.data.build" name="spring-data-parent" rev="2.0.0.RELEASE">
  <artifact name="spring-data-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-parent', version='2.0.0.RELEASE')
)
libraryDependencies += "org.springframework.data.build" % "spring-data-parent" % "2.0.0.RELEASE"
[org.springframework.data.build/spring-data-parent "2.0.0.RELEASE"]