How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-bom</artifactId>
<version>2.3.4</version>
</dependency>
Choose a version of com.wavefront : wavefront-spring-boot-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
wavefront-spring-boot-bom-3.0.1
|
||
wavefront-spring-boot-bom-3.0.0
|
|||
2.3.x |
wavefront-spring-boot-bom-2.3.4
|
||
wavefront-spring-boot-bom-2.3.3
|
|||
wavefront-spring-boot-bom-2.3.2
|
|||
wavefront-spring-boot-bom-2.3.1
|
|||
wavefront-spring-boot-bom-2.3.0
|
|||
2.2.x |
wavefront-spring-boot-bom-2.2.2
|
||
wavefront-spring-boot-bom-2.2.0
|
|||
2.1.x |
wavefront-spring-boot-bom-2.1.1
|
||
wavefront-spring-boot-bom-2.1.0
|
|||
2.0.x |
wavefront-spring-boot-bom-2.0.2
|
||
wavefront-spring-boot-bom-2.0.1
|
|||
wavefront-spring-boot-bom-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-bom</artifactId>
<version>2.3.4</version>
</dependency>
Advertisement