How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.coe</groupId>
<artifactId>coe-artifacts</artifactId>
<version>0.6.4</version>
</dependency>
Choose a version of org.opendaylight.coe : coe-artifacts to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
coe-artifacts-0.6.4
|
||
coe-artifacts-0.6.3
|
|||
coe-artifacts-0.6.2
|
|||
coe-artifacts-0.6.1
|
|||
coe-artifacts-0.6.0
|
|||
0.5.x |
coe-artifacts-0.5.3
|
||
coe-artifacts-0.5.2
|
|||
coe-artifacts-0.5.1
|
|||
coe-artifacts-0.5.0
|
|||
0.4.x |
coe-artifacts-0.4.3
|
||
coe-artifacts-0.4.2
|
|||
coe-artifacts-0.4.1
|
|||
coe-artifacts-0.4.0
|
|||
0.3.x |
coe-artifacts-0.3.4
|
||
coe-artifacts-0.3.3
|
|||
coe-artifacts-0.3.2
|
|||
coe-artifacts-0.3.1
|
|||
coe-artifacts-0.3.0
|
|||
0.2.x |
coe-artifacts-0.2.3
|
||
coe-artifacts-0.2.2
|
|||
coe-artifacts-0.2.1
|
|||
coe-artifacts-0.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.coe</groupId>
<artifactId>coe-artifacts</artifactId>
<version>0.6.4</version>
</dependency>
Advertisement