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