How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>root</artifactId>
<version>0.5.4-Boron-SR4</version>
</dependency>
Choose a version of org.opendaylight.integration : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
root-0.5.4-Boron-SR4
|
||
root-0.5.3-Boron-SR3
|
|||
root-0.5.2-Boron-SR2
|
|||
root-0.5.1-Boron-SR1
|
|||
root-0.5.0-Boron
|
|||
0.4.x |
root-0.4.4-Beryllium-SR4
|
||
root-0.4.3-Beryllium-SR3
|
|||
root-0.4.2-Beryllium-SR2
|
|||
root-0.4.1-Beryllium-SR1
|
|||
root-0.4.0-Beryllium
|
|||
0.3.x |
root-0.3.4-Lithium-SR4
|
||
root-0.3.3-Lithium-SR3
|
|||
root-0.3.2-Lithium-SR2
|
|||
root-0.3.1-Lithium-SR1
|
|||
root-0.3.0-Lithium
|
|||
0.1.x |
root-0.1.1
|
||
root-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>root</artifactId>
<version>0.5.4-Boron-SR4</version>
</dependency>
Advertisement