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