MVN

org.opendaylight.snmp : commons.parent

Maven & Gradle

Feb 29, 2016

The SNMP Project of OpenDaylight addresses the need for a southbound plugin that allows applications and controller services to interact with devices using SNMP. The SNMP southbound plugin will allow applications acting as an SNMP Manager to interact with devices that support an SNMP agent.

<dependency>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>commons.parent</artifactId>
    <version>1.0.4-Lithium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.snmp : commons.parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4-Lithium-SR4

All Versions

Choose a version of org.opendaylight.snmp : commons.parent to add to Maven - All 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

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>