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