https://github.com/spring-projects/spring-data-bom
Spring Data Bill of Materials
https://github.com/spring-projects/spring-data-bom
bill-of-materials bom spring-data
Last synced: 2 months ago
JSON representation
Spring Data Bill of Materials
- Host: GitHub
- URL: https://github.com/spring-projects/spring-data-bom
- Owner: spring-projects
- License: apache-2.0
- Created: 2020-05-14T16:03:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T08:33:47.000Z (3 months ago)
- Last Synced: 2025-03-31T14:11:48.139Z (2 months ago)
- Topics: bill-of-materials, bom, spring-data
- Homepage:
- Size: 1.04 MB
- Stars: 26
- Watchers: 9
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
- Security: SECURITY.adoc
Awesome Lists containing this project
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 [email protected].
== 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].