How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.minlia.iot</groupId>
<artifactId>minlia-iot-xapi-parent</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
Choose a version of com.minlia.iot : minlia-iot-xapi-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
minlia-iot-xapi-parent-1.0.5.RELEASE
|
||
minlia-iot-xapi-parent-1.0.4.RELEASE
|
|||
minlia-iot-xapi-parent-1.0.3.RELEASE
|
|||
minlia-iot-xapi-parent-1.0.2.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.minlia.iot</groupId>
<artifactId>minlia-iot-xapi-parent</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
Advertisement