MVN

org.opendaylight.snmp4sdn : plugin-shell

Maven & Gradle

Apr 11, 2019
2 usages

snmp4sdn plugin shell · Provide shell command for snmp4sdn plugin in Karaf

<dependency>
    <groupId>org.opendaylight.snmp4sdn</groupId>
    <artifactId>plugin-shell</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.0

All Versions

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

Version Vulnerabilities Updated
0.9.x
plugin-shell-0.9.0
0.8.x
plugin-shell-0.8.0
0.7.x
plugin-shell-0.7.4
plugin-shell-0.7.3
plugin-shell-0.7.2
plugin-shell-0.7.1
plugin-shell-0.7.0
0.6.x
plugin-shell-0.6.3
plugin-shell-0.6.2
plugin-shell-0.6.1
plugin-shell-0.6.0
0.5.x
plugin-shell-0.5.4-Carbon
plugin-shell-0.5.3-Carbon
plugin-shell-0.5.2-Carbon
plugin-shell-0.5.1-Carbon
plugin-shell-0.5.0-Carbon
0.4.x
plugin-shell-0.4.4-Boron-SR4
plugin-shell-0.4.3-Boron-SR3
plugin-shell-0.4.2-Boron-SR2
plugin-shell-0.4.1-Boron-SR1
plugin-shell-0.4.0-Boron
0.3.x
plugin-shell-0.3.4-Beryllium-SR4
plugin-shell-0.3.3-Beryllium-SR3
plugin-shell-0.3.2-Beryllium-SR2
plugin-shell-0.3.1-Beryllium-SR1
plugin-shell-0.3.0-Beryllium
0.2.x
plugin-shell-0.2.4-Lithium-SR4
plugin-shell-0.2.3-Lithium-SR3
plugin-shell-0.2.2-Lithium-SR2
plugin-shell-0.2.1-Lithium-SR1
plugin-shell-0.2.0-Lithium
0.1.x
plugin-shell-0.1.7-Helium-SR4
plugin-shell-0.1.6-Helium-SR3
plugin-shell-0.1.5-Helium-SR2
plugin-shell-0.1.4-Helium-SR1.1
plugin-shell-0.1.4-Helium-SR1
plugin-shell-0.1.3-Helium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.snmp4sdn</groupId>
    <artifactId>plugin-shell</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.snmp4sdn : plugin-shell gradle dependency to your build.gradle file:

implementation 'org.opendaylight.snmp4sdn:plugin-shell:0.9.0'

Gradle Kotlin DSL: Add the following org.opendaylight.snmp4sdn : plugin-shell gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.snmp4sdn:plugin-shell:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.snmp4sdn : plugin-shell sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.snmp4sdn" % "plugin-shell" % "0.9.0"

Advertisement