How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>app.myoss.cloud</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.0.18.RELEASE</version>
</dependency>
Choose a version of app.myoss.cloud : spring-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
spring-boot-parent-2.0.18.RELEASE
|
||
spring-boot-parent-2.0.17.RELEASE
|
|||
spring-boot-parent-2.0.16.RELEASE
|
|||
spring-boot-parent-2.0.15.RELEASE
|
|||
spring-boot-parent-2.0.14.RELEASE
|
|||
spring-boot-parent-2.0.13.RELEASE
|
|||
spring-boot-parent-2.0.12.RELEASE
|
|||
spring-boot-parent-2.0.11.RELEASE
|
|||
spring-boot-parent-2.0.10.RELEASE
|
|||
spring-boot-parent-2.0.9.RELEASE
|
|||
spring-boot-parent-2.0.8.RELEASE
|
|||
spring-boot-parent-2.0.7.RELEASE
|
|||
spring-boot-parent-2.0.6.RELEASE
|
|||
spring-boot-parent-2.0.5.RELEASE
|
|||
spring-boot-parent-2.0.4.RELEASE
|
|||
spring-boot-parent-2.0.3.RELEASE
|
|||
spring-boot-parent-2.0.2.RELEASE
|
|||
spring-boot-parent-2.0.1.RELEASE
|
|||
spring-boot-parent-2.0.0.RELEASE
|
|||
1.0.x |
spring-boot-parent-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>app.myoss.cloud</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.0.18.RELEASE</version>
</dependency>
Advertisement