How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.openshift.booster</groupId>
<artifactId>spring-boot-booster-parent</artifactId>
<version>1.5.13-2-rhoar</version>
</dependency>
Choose a version of io.openshift.booster : spring-boot-booster-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3 |
spring-boot-booster-parent-3
|
||
2.0.x |
spring-boot-booster-parent-2.0.0.Alpha1
|
||
2 |
spring-boot-booster-parent-2
|
||
1.5.x |
spring-boot-booster-parent-1.5.13-2-rhoar
|
||
spring-boot-booster-parent-1.5.13-2
|
|||
spring-boot-booster-parent-1.5.13-1-rhoar
|
|||
spring-boot-booster-parent-1.5.13-1
|
|||
spring-boot-booster-parent-1.5.12-3-rhoar
|
|||
spring-boot-booster-parent-1.5.12-3
|
|||
spring-boot-booster-parent-1.5.12-2-rhoar
|
|||
spring-boot-booster-parent-1.5.12-2
|
|||
spring-boot-booster-parent-1.5.12-1-rhoar
|
|||
spring-boot-booster-parent-1.5.12-1
|
|||
spring-boot-booster-parent-1.5.11-1
|
|||
spring-boot-booster-parent-1.5.10-10-rhoar
|
|||
spring-boot-booster-parent-1.5.10-9-rhoar
|
|||
spring-boot-booster-parent-1.5.10-15
|
|||
spring-boot-booster-parent-1.5.10-8-rhoar
|
|||
spring-boot-booster-parent-1.5.10-14
|
|||
spring-boot-booster-parent-1.5.10-7-rhoar
|
|||
spring-boot-booster-parent-1.5.10-13
|
|||
spring-boot-booster-parent-1.5.10-12
|
|||
spring-boot-booster-parent-1.5.10-6-rhoar
|
|||
spring-boot-booster-parent-1.5.10-11
|
|||
spring-boot-booster-parent-1.5.10-5-rhoar
|
|||
spring-boot-booster-parent-1.5.10-10
|
|||
spring-boot-booster-parent-1.5.10-4-rhoar
|
|||
spring-boot-booster-parent-1.5.10-9
|
|||
spring-boot-booster-parent-1.5.10-8
|
|||
spring-boot-booster-parent-1.5.10-3-rhoar
|
|||
spring-boot-booster-parent-1.5.10-7
|
|||
spring-boot-booster-parent-1.5.10-2-rhoar
|
|||
spring-boot-booster-parent-1.5.10-1-rhoar
|
|||
spring-boot-booster-parent-1.5.10-6
|
|||
spring-boot-booster-parent-1.5.10-5
|
|||
spring-boot-booster-parent-1.5.10-4
|
|||
spring-boot-booster-parent-1.5.10-3
|
|||
spring-boot-booster-parent-1.5.10-2.arq
|
|||
spring-boot-booster-parent-1.5.10-2
|
|||
spring-boot-booster-parent-1.5.10-1
|
|||
spring-boot-booster-parent-1.5.10.Beta3
|
|||
spring-boot-booster-parent-1.5.10.Beta2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.openshift.booster</groupId>
<artifactId>spring-boot-booster-parent</artifactId>
<version>1.5.13-2-rhoar</version>
</dependency>
Advertisement