How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cooldatasoft</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
</dependency>
Choose a version of com.cooldatasoft : spring-boot-starter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
spring-boot-starter-parent-2.4.2
|
||
spring-boot-starter-parent-2.4.1
|
|||
spring-boot-starter-parent-2.4.0
|
|||
2.3.x |
spring-boot-starter-parent-2.3.8.RELEASE
|
||
spring-boot-starter-parent-2.3.7.RELEASE
|
|||
spring-boot-starter-parent-2.3.6.RELEASE
|
|||
spring-boot-starter-parent-2.3.5.4.RELEASE
|
|||
spring-boot-starter-parent-2.3.5.3.RELEASE
|
|||
spring-boot-starter-parent-2.3.5.2.RELEASE
|
|||
spring-boot-starter-parent-2.3.5.RELEASE
|
|||
spring-boot-starter-parent-2.3.4.4.RELEASE
|
|||
spring-boot-starter-parent-2.3.4.3.RELEASE
|
|||
spring-boot-starter-parent-2.3.4.2.RELEASE
|
|||
spring-boot-starter-parent-2.3.4.1.RELEASE
|
|||
spring-boot-starter-parent-2.3.4.RELEASE
|
|||
spring-boot-starter-parent-2.3.3.RELEASE
|
|||
spring-boot-starter-parent-2.3.2.RELEASE
|
|||
spring-boot-starter-parent-2.3.1.RELEASE
|
|||
spring-boot-starter-parent-2.3.0.1.RELEASE
|
|||
spring-boot-starter-parent-2.3.0.RELEASE
|
|||
2.2.x |
spring-boot-starter-parent-2.2.13.RELEASE
|
||
spring-boot-starter-parent-2.2.11.RELEASE
|
|||
spring-boot-starter-parent-2.2.9.RELEASE
|
|||
spring-boot-starter-parent-2.2.8.RELEASE
|
|||
spring-boot-starter-parent-2.2.7.RELEASE
|
|||
spring-boot-starter-parent-2.2.6.RELEASE
|
|||
spring-boot-starter-parent-2.2.5.RELEASE
|
|||
spring-boot-starter-parent-2.2.4.RELEASE
|
|||
spring-boot-starter-parent-2.2.3.RELEASE
|
|||
spring-boot-starter-parent-2.2.2.RELEASE
|
|||
spring-boot-starter-parent-2.2.1.RELEASE
|
|||
spring-boot-starter-parent-2.2.0.RELEASE
|
|||
2.1.x |
spring-boot-starter-parent-2.1.18.RELEASE
|
||
spring-boot-starter-parent-2.1.12.RELEASE
|
|||
spring-boot-starter-parent-2.1.11.RELEASE
|
|||
spring-boot-starter-parent-2.1.10.RELEASE
|
|||
spring-boot-starter-parent-2.1.9.RELEASE
|
|||
spring-boot-starter-parent-2.1.8.1.RELEASE
|
|||
spring-boot-starter-parent-2.1.8.RELEASE
|
|||
spring-boot-starter-parent-2.1.7.1.RELEASE
|
|||
spring-boot-starter-parent-2.1.7.RELEASE
|
|||
spring-boot-starter-parent-2.1.6.3.RELEASE
|
|||
spring-boot-starter-parent-2.1.6.2.RELEASE
|
|||
spring-boot-starter-parent-2.1.6.1.RELEASE
|
|||
spring-boot-starter-parent-2.1.6.RELEASE
|
|||
spring-boot-starter-parent-2.1.5.RELEASE
|
|||
spring-boot-starter-parent-2.1.4.RELEASE
|
|||
spring-boot-starter-parent-2.1.3.RELEASE
|
|||
spring-boot-starter-parent-2.1.2.RELEASE
|
|||
1.5.x |
spring-boot-starter-parent-1.5.22.RELEASE
|
||
spring-boot-starter-parent-1.5.21.RELEASE
|
|||
spring-boot-starter-parent-1.5.20.RELEASE
|
|||
spring-boot-starter-parent-1.5.16.RELEASE
|
|||
spring-boot-starter-parent-1.5.15.RELEASE
|
|||
spring-boot-starter-parent-1.5.14.RELEASE
|
|||
spring-boot-starter-parent-1.5.13.RELEASE
|
|||
spring-boot-starter-parent-1.5.12.RELEASE
|
|||
spring-boot-starter-parent-1.5.11.RELEASE
|
|||
spring-boot-starter-parent-1.5.10.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cooldatasoft</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
</dependency>
Advertisement