How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.iotdm</groupId>
<artifactId>itplugin1-features-agregator</artifactId>
<version>0.1.4-Carbon</version>
</dependency>
Choose a version of org.opendaylight.iotdm : itplugin1-features-agregator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
itplugin1-features-agregator-0.1.4-Carbon
|
||
itplugin1-features-agregator-0.1.3-Carbon
|
|||
itplugin1-features-agregator-0.1.2-Carbon
|
|||
itplugin1-features-agregator-0.1.1-Carbon
|
|||
itplugin1-features-agregator-0.1.0-Carbon
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.iotdm</groupId>
<artifactId>itplugin1-features-agregator</artifactId>
<version>0.1.4-Carbon</version>
</dependency>
Advertisement