How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.bitexpress</groupId>
<artifactId>third-party-bom</artifactId>
<version>0.7.4</version>
</dependency>
Choose a version of io.bitexpress : third-party-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
third-party-bom-0.7.4
|
||
0.6.x |
third-party-bom-0.6.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.bitexpress</groupId>
<artifactId>third-party-bom</artifactId>
<version>0.7.4</version>
</dependency>
Advertisement