How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.iotdm</groupId>
<artifactId>iotdm-aggregator</artifactId>
<version>1.1.1-Beryllium-SR1</version>
</dependency>
Choose a version of org.opendaylight.iotdm : iotdm-aggregator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
iotdm-aggregator-1.1.1-Beryllium-SR1
|
||
iotdm-aggregator-1.1.0-Beryllium
|
|||
1.0.x |
iotdm-aggregator-1.0.3-Lithium-SR3
|
||
iotdm-aggregator-1.0.2-Lithium-SR2
|
|||
iotdm-aggregator-1.0.0-Lithium
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.iotdm</groupId>
<artifactId>iotdm-aggregator</artifactId>
<version>1.1.1-Beryllium-SR1</version>
</dependency>
Advertisement