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