How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.didm</groupId>
<artifactId>didm-hp-parent</artifactId>
<version>0.2.4-Beryllium-SR4</version>
</dependency>
Choose a version of org.opendaylight.didm : didm-hp-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
didm-hp-parent-0.2.4-Beryllium-SR4
|
||
didm-hp-parent-0.2.3-Beryllium-SR3
|
|||
didm-hp-parent-0.2.2-Beryllium-SR2
|
|||
didm-hp-parent-0.2.1-Beryllium-SR1
|
|||
didm-hp-parent-0.2.0-Beryllium
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.didm</groupId>
<artifactId>didm-hp-parent</artifactId>
<version>0.2.4-Beryllium-SR4</version>
</dependency>
Advertisement