MVN

org.opendaylight.snmp : mibs-model

Maven & Gradle

Dec 12, 2018
3 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>mibs-model</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.4

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.opendaylight.snmp:mibs-model:1.5.4'

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

implementation("org.opendaylight.snmp:mibs-model:1.5.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.snmp" % "mibs-model" % "1.5.4"