MVN

dev.mbo : spring-boot-bom

Maven & Gradle

Jun 04, 2023
0 stars

Spring Boot BOM · BOM for Spring Boot based projects

<dependency>
    <groupId>dev.mbo</groupId>
    <artifactId>spring-boot-bom</artifactId>
    <version>2023.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.mbo : spring-boot-bom to add to Maven - Latest Versions:

  • Latest Stable: 2023.6.0

All Versions

Choose a version of dev.mbo : spring-boot-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2023.6.x
spring-boot-bom-2023.6.0
2022.12.x
spring-boot-bom-2022.12.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>dev.mbo</groupId>
    <artifactId>spring-boot-bom</artifactId>
    <version>2023.6.0</version>
</dependency>

Advertisement