is not current version
Last Version 2021.2.1

org.springframework.data:spring-data-bom 2020.0.4

Bill of materials to make sure a consistent set of versions is used for Spring Data modules.

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-bom
Version

Version

2020.0.4
Type

Type

pom

Download spring-data-bom 2020.0.4


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