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