How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>compatibility-parent</artifactId>
<version>1.1.4-Helium-SR4</version>
</dependency>
Choose a version of org.opendaylight.controller : compatibility-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
compatibility-parent-1.1.4-Helium-SR4
|
||
compatibility-parent-1.1.3-Helium-SR3
|
|||
compatibility-parent-1.1.2-Helium-SR2
|
|||
compatibility-parent-1.1.1-Helium-SR1.1
|
|||
compatibility-parent-1.1.1-Helium-SR1
|
|||
1.1 |
compatibility-parent-1.1-Helium
|
||
1.0 |
compatibility-parent-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>compatibility-parent</artifactId>
<version>1.1.4-Helium-SR4</version>
</dependency>
Advertisement