How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>commons</artifactId>
<version>1.4.4</version>
</dependency>
Choose a version of org.opendaylight.of-config : commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
commons-1.4.4
|
||
commons-1.4.3
|
|||
commons-1.4.2
|
|||
commons-1.4.1
|
|||
commons-1.4.0
|
|||
1.3.x |
commons-1.3.3
|
||
commons-1.3.2
|
|||
commons-1.3.1
|
|||
commons-1.3.0
|
|||
1.2.x |
commons-1.2.4-Carbon
|
||
commons-1.2.3-Carbon
|
|||
commons-1.2.2-Carbon
|
|||
commons-1.2.1-Carbon
|
|||
commons-1.2.0-Carbon
|
|||
1.1.x |
commons-1.1.4-Boron-SR4
|
||
commons-1.1.3-Boron-SR3
|
|||
commons-1.1.2-Boron-SR2
|
|||
commons-1.1.1-Boron-SR1
|
|||
commons-1.1.0-Boron
|
|||
1.0.x |
commons-1.0.4-Beryllium-SR4
|
||
commons-1.0.3-Beryllium-SR3
|
|||
commons-1.0.2-Beryllium-SR2
|
|||
commons-1.0.1-Beryllium-SR1
|
|||
commons-1.0.0-Beryllium
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>commons</artifactId>
<version>1.4.4</version>
</dependency>
Advertisement