How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp14-apis-bom</artifactId>
<version>0.2.1</version>
</dependency>
Choose a version of org.microshed.boost.boms : boost-mp14-apis-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
boost-mp14-apis-bom-0.2.1
|
||
boost-mp14-apis-bom-0.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp14-apis-bom</artifactId>
<version>0.2.1</version>
</dependency>
Advertisement