MVN

org.springframework.boot : spring-boot-project

Maven & Gradle

Jun 19, 2019

Spring Boot Project · Spring Boot Project

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-project</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.boot : spring-boot-project to add to Maven - Latest Versions:

  • Latest Stable: 2.1.6.RELEASE

All Versions

Choose a version of org.springframework.boot : spring-boot-project to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
spring-boot-project-2.1.6.RELEASE
2.0.x
spring-boot-project-2.0.9.RELEASE
spring-boot-project-2.0.6.RELEASE
spring-boot-project-2.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-project</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>

Advertisement