MVN

org.opendaylight.snmp : yang-oid-plugin

Maven & Gradle

Dec 05, 2018
1 usages

yang-oid-plugin Maven Plugin · 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.

<plugin>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>yang-oid-plugin</artifactId>
    <version>1.5.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.snmp : yang-oid-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of org.opendaylight.snmp : yang-oid-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
yang-oid-plugin-1.5.4
yang-oid-plugin-1.5.3
yang-oid-plugin-1.5.2
yang-oid-plugin-1.5.1
yang-oid-plugin-1.5.0
1.4.x
yang-oid-plugin-1.4.3
yang-oid-plugin-1.4.2
yang-oid-plugin-1.4.1
yang-oid-plugin-1.4.0
1.3.x
yang-oid-plugin-1.3.4-Carbon
yang-oid-plugin-1.3.3-Carbon
yang-oid-plugin-1.3.2-Carbon
yang-oid-plugin-1.3.1-Carbon
yang-oid-plugin-1.3.0-Carbon
1.2.x
yang-oid-plugin-1.2.4-Boron-SR4
yang-oid-plugin-1.2.3-Boron-SR3
yang-oid-plugin-1.2.2-Boron-SR2
yang-oid-plugin-1.2.1-Boron-SR1
yang-oid-plugin-1.2.0-Boron
1.1.x
yang-oid-plugin-1.1.4-Beryllium-SR4
yang-oid-plugin-1.1.3-Beryllium-SR3
yang-oid-plugin-1.1.2-Beryllium-SR2
yang-oid-plugin-1.1.1-Beryllium-SR1
yang-oid-plugin-1.1.0-Beryllium
1.0.x
yang-oid-plugin-1.0.4-Lithium-SR4
yang-oid-plugin-1.0.3-Lithium-SR3
yang-oid-plugin-1.0.2-Lithium-SR2
yang-oid-plugin-1.0.1-Lithium-SR1
1.0
yang-oid-plugin-1.0-Lithium

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>yang-oid-plugin</artifactId>
    <version>1.5.4</version>
</plugin>