# spring-data-bom
**Repository Path**: mirrors_spring-projects/spring-data-bom
## Basic Information
- **Project Name**: spring-data-bom
- **Description**: Spring Data Bill of Materials
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2025-09-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
= Spring Data BOM image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-bom%2Fmain&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-bom/]
This repository contains the Spring Data BOM (Bill of Materials).
== Code of Conduct
This project is governed by the link:CODE_OF_CONDUCT.adoc[Spring Code of Conduct]. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
== Maven
Usage in Maven
```xml
org.springframework.data
spring-data-bom
${calver.major.minor}
pom
import
org.springframework.data
spring-data-commons
```
== Gradle
Usage in Gradle
```groovy
dependencies {
implementation platform("org.springframework.data:spring-data-bom:${calver.major.minor}")
implementation("org.springframework.data:spring-data-commons")
}
```
== License
Spring Data Build is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].