MVN

org.opendaylight.snmp : snmp

Maven & Gradle

Dec 12, 2018
7 usages

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</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.4

All Versions

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

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

How to add a dependency to Maven

Add the following org.opendaylight.snmp : snmp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>snmp</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.snmp : snmp gradle dependency to your build.gradle file:

implementation 'org.opendaylight.snmp:snmp:1.5.4'

Gradle Kotlin DSL: Add the following org.opendaylight.snmp : snmp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.snmp:snmp:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.snmp : snmp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.snmp" % "snmp" % "1.5.4"