MVN

org.opendaylight.controller : networkconfig.neutron

Maven & Gradle

Jul 30, 2015
20 usages
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>networkconfig.neutron</artifactId>
    <version>0.4.6-Helium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.6-Helium-SR4

All Versions

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

Version Vulnerabilities Updated
0.4.x
networkconfig.neutron-0.4.6-Helium-SR4
networkconfig.neutron-0.4.5-Helium-SR3
networkconfig.neutron-0.4.4-Helium-SR2
networkconfig.neutron-0.4.3-Helium-SR1.1
networkconfig.neutron-0.4.3-Helium-SR1
networkconfig.neutron-0.4.2-Helium
networkconfig.neutron-0.4.1
networkconfig.neutron-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>networkconfig.neutron</artifactId>
    <version>0.4.6-Helium-SR4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.controller:networkconfig.neutron:0.4.6-Helium-SR4'

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

implementation("org.opendaylight.controller:networkconfig.neutron:0.4.6-Helium-SR4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.controller" % "networkconfig.neutron" % "0.4.6-Helium-SR4"