How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.atrium</groupId>
<artifactId>binding-parent</artifactId>
<version>0.0.5-Boron-SR4</version>
</dependency>
Choose a version of org.opendaylight.atrium : binding-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
binding-parent-0.0.5-Boron-SR4
|
||
binding-parent-0.0.4-Boron-SR3
|
|||
binding-parent-0.0.3-Boron-SR2
|
|||
binding-parent-0.0.2-Boron-SR1
|
|||
binding-parent-0.0.1-Boron
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.atrium</groupId>
<artifactId>binding-parent</artifactId>
<version>0.0.5-Boron-SR4</version>
</dependency>
Advertisement