License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-bom |
Last Version | Last Version2021.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Data Release Train - BOM
Bill of materials to make sure a consistent set of versions is used for
Spring Data modules.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-data-bom-2021.2.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-bom/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2021.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-bom/
implementation 'org.springframework.data:spring-data-bom:2021.2.1'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-bom/
implementation ("org.springframework.data:spring-data-bom:2021.2.1")
'org.springframework.data:spring-data-bom:pom:2021.2.1'
<dependency org="org.springframework.data" name="spring-data-bom" rev="2021.2.1">
<artifact name="spring-data-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-bom', version='2021.2.1')
)
libraryDependencies += "org.springframework.data" % "spring-data-bom" % "2021.2.1"
[org.springframework.data/spring-data-bom "2021.2.1"]