How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.rhiot</groupId>
<artifactId>rhiot-bom</artifactId>
<version>0.1.4</version>
</dependency>
Choose a version of io.rhiot : rhiot-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
rhiot-bom-0.1.4
|
||
rhiot-bom-0.1.3
|
|||
rhiot-bom-0.1.2
|
|||
rhiot-bom-0.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.rhiot</groupId>
<artifactId>rhiot-bom</artifactId>
<version>0.1.4</version>
</dependency>
Advertisement