How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.affinity</groupId>
<artifactId>affinityParent</artifactId>
<version>0.4.1</version>
</dependency>
Choose a version of org.opendaylight.affinity : affinityParent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
affinityParent-0.4.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.affinity</groupId>
<artifactId>affinityParent</artifactId>
<version>0.4.1</version>
</dependency>
Advertisement