How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.snmp</groupId>
<artifactId>commons.parent</artifactId>
<version>1.0.4-Lithium-SR4</version>
</dependency>
Choose a version of org.opendaylight.snmp : commons.parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
commons.parent-1.0.4-Lithium-SR4
|
||
commons.parent-1.0.3-Lithium-SR3
|
|||
commons.parent-1.0.2-Lithium-SR2
|
|||
commons.parent-1.0.1-Lithium-SR1
|
|||
1.0 |
commons.parent-1.0-Lithium
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.snmp</groupId>
<artifactId>commons.parent</artifactId>
<version>1.0.4-Lithium-SR4</version>
</dependency>
Advertisement