How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>sfc-parent</artifactId>
<version>0.10.4</version>
</dependency>
Choose a version of org.opendaylight.sfc : sfc-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10.x |
sfc-parent-0.10.4
|
||
sfc-parent-0.10.3
|
|||
sfc-parent-0.10.2
|
|||
sfc-parent-0.10.1
|
|||
sfc-parent-0.10.0
|
|||
0.9.x |
sfc-parent-0.9.3
|
||
sfc-parent-0.9.2
|
|||
sfc-parent-0.9.1
|
|||
sfc-parent-0.9.0
|
|||
0.8.x |
sfc-parent-0.8.3
|
||
sfc-parent-0.8.2
|
|||
sfc-parent-0.8.1
|
|||
sfc-parent-0.8.0
|
|||
0.7.x |
sfc-parent-0.7.4
|
||
sfc-parent-0.7.3
|
|||
sfc-parent-0.7.2
|
|||
sfc-parent-0.7.1
|
|||
sfc-parent-0.7.0
|
|||
0.6.x |
sfc-parent-0.6.3
|
||
sfc-parent-0.6.2
|
|||
sfc-parent-0.6.1
|
|||
sfc-parent-0.6.0
|
|||
0.5.x |
sfc-parent-0.5.4-Carbon
|
||
sfc-parent-0.5.3-Carbon
|
|||
sfc-parent-0.5.2-Carbon
|
|||
sfc-parent-0.5.1-Carbon
|
|||
sfc-parent-0.5.0-Carbon
|
|||
0.3.x |
sfc-parent-0.3.4-Boron-SR4
|
||
sfc-parent-0.3.3-Boron-SR3
|
|||
sfc-parent-0.3.2-Boron-SR2
|
|||
sfc-parent-0.3.1-Boron-SR1
|
|||
sfc-parent-0.3.0-Boron
|
|||
0.2.x |
sfc-parent-0.2.4-Beryllium-SR4
|
||
sfc-parent-0.2.3-Beryllium-SR3
|
|||
sfc-parent-0.2.2-Beryllium-SR2
|
|||
sfc-parent-0.2.1-Beryllium-SR1
|
|||
sfc-parent-0.2.0-Beryllium
|
|||
0.1.x |
sfc-parent-0.1.4-Lithium-SR4
|
||
sfc-parent-0.1.3-Lithium-SR3
|
|||
sfc-parent-0.1.2-Lithium-SR2
|
|||
sfc-parent-0.1.1-Lithium-SR1
|
|||
sfc-parent-0.1.0-Lithium
|
|||
0.0.x |
sfc-parent-0.0.5-Helium-SR4
|
||
sfc-parent-0.0.4-Helium-SR3
|
|||
sfc-parent-0.0.3-Helium-SR2
|
|||
sfc-parent-0.0.2-Helium-SR1.1
|
|||
sfc-parent-0.0.2-Helium-SR1
|
|||
sfc-parent-0.0.1-Helium
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>sfc-parent</artifactId>
<version>0.10.4</version>
</dependency>
Advertisement