How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.l2switch</groupId>
<artifactId>l2switch</artifactId>
<version>0.7.4</version>
</dependency>
Choose a version of org.opendaylight.l2switch : l2switch to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
l2switch-0.7.4
|
||
l2switch-0.7.3
|
|||
l2switch-0.7.2
|
|||
l2switch-0.7.1
|
|||
l2switch-0.7.0
|
|||
0.6.x |
l2switch-0.6.3
|
||
l2switch-0.6.2
|
|||
l2switch-0.6.1
|
|||
l2switch-0.6.0
|
|||
0.5.x |
l2switch-0.5.4-Carbon
|
||
l2switch-0.5.3-Carbon
|
|||
l2switch-0.5.2-Carbon
|
|||
l2switch-0.5.1-Carbon
|
|||
l2switch-0.5.0-Carbon
|
|||
0.4.x |
l2switch-0.4.4-Boron-SR4
|
||
l2switch-0.4.3-Boron-SR3
|
|||
l2switch-0.4.2-Boron-SR2
|
|||
l2switch-0.4.1-Boron-SR1
|
|||
l2switch-0.4.0-Boron
|
|||
0.3.x |
l2switch-0.3.4-Beryllium-SR4
|
||
l2switch-0.3.3-Beryllium-SR3
|
|||
l2switch-0.3.2-Beryllium-SR2
|
|||
l2switch-0.3.1-Beryllium-SR1
|
|||
l2switch-0.3.0-Beryllium
|
|||
0.2.x |
l2switch-0.2.4-Lithium-SR4
|
||
l2switch-0.2.3-Lithium-SR3
|
|||
l2switch-0.2.2-Lithium-SR2
|
|||
l2switch-0.2.1-Lithium-SR1
|
|||
l2switch-0.2.0-Lithium
|
|||
0.1.x |
l2switch-0.1.4-Helium-SR4
|
||
l2switch-0.1.3-Helium-SR3
|
|||
l2switch-0.1.2-Helium-SR2
|
|||
l2switch-0.1.1-Helium-SR1.1
|
|||
l2switch-0.1.1-Helium-SR1
|
|||
l2switch-0.1.0-Helium
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.l2switch</groupId>
<artifactId>l2switch</artifactId>
<version>0.7.4</version>
</dependency>
Advertisement