How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>bom</artifactId>
<version>1.3.2</version>
</dependency>
Choose a version of com.github.drtrang : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
bom-1.3.2
|
||
bom-1.3.1
|
|||
bom-1.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>bom</artifactId>
<version>1.3.2</version>
</dependency>
Advertisement