MVN

org.opendaylight.snmp : snmp-aggregator

Maven & Gradle

Feb 16, 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-aggregator</artifactId>
    <version>1.1.0-Beryllium</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0-Beryllium

All Versions

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

Version Vulnerabilities Updated
1.1.x
snmp-aggregator-1.1.0-Beryllium

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>snmp-aggregator</artifactId>
    <version>1.1.0-Beryllium</version>
</dependency>