How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature3-parent</artifactId>
<version>1.8.4-Carbon</version>
</dependency>
Choose a version of org.opendaylight.odlparent : single-feature3-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
single-feature3-parent-1.9.0
|
||
1.8.x |
single-feature3-parent-1.8.4-Carbon
|
||
single-feature3-parent-1.8.3-Carbon
|
|||
single-feature3-parent-1.8.2-Carbon
|
|||
single-feature3-parent-1.8.1-Carbon
|
|||
single-feature3-parent-1.8.0-Carbon
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature3-parent</artifactId>
<version>1.8.4-Carbon</version>
</dependency>
Advertisement