MVN

org.opendaylight.snmp : snmp-distribution

Maven & Gradle

Feb 29, 2016

snmp · 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>snmp-distribution</artifactId>
    <version>1.0.4-Lithium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4-Lithium-SR4

All Versions

Choose a version of org.opendaylight.snmp : snmp-distribution to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
snmp-distribution-1.0.4-Lithium-SR4
snmp-distribution-1.0.3-Lithium-SR3
snmp-distribution-1.0.2-Lithium-SR2
snmp-distribution-1.0.1-Lithium-SR1
1.0
snmp-distribution-1.0-Lithium

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>snmp-distribution</artifactId>
    <version>1.0.4-Lithium-SR4</version>
</dependency>