MVN

org.opendaylight.neutron : neutron-hostconfig-utils

Maven & Gradle

Jan 30, 2022
2 usages
<dependency>
    <groupId>org.opendaylight.neutron</groupId>
    <artifactId>neutron-hostconfig-utils</artifactId>
    <version>0.16.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.16.4

All Versions

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

Version Vulnerabilities Updated
0.16.x
neutron-hostconfig-utils-0.16.4
neutron-hostconfig-utils-0.16.3
neutron-hostconfig-utils-0.16.2
neutron-hostconfig-utils-0.16.1
neutron-hostconfig-utils-0.16.0
0.15.x
neutron-hostconfig-utils-0.15.4
neutron-hostconfig-utils-0.15.3
neutron-hostconfig-utils-0.15.2
neutron-hostconfig-utils-0.15.1
neutron-hostconfig-utils-0.15.0
0.14.x
neutron-hostconfig-utils-0.14.3
neutron-hostconfig-utils-0.14.2
neutron-hostconfig-utils-0.14.1
neutron-hostconfig-utils-0.14.0
0.13.x
neutron-hostconfig-utils-0.13.4
neutron-hostconfig-utils-0.13.3
neutron-hostconfig-utils-0.13.2
neutron-hostconfig-utils-0.13.1
neutron-hostconfig-utils-0.13.0
0.12.x
neutron-hostconfig-utils-0.12.3
neutron-hostconfig-utils-0.12.2
neutron-hostconfig-utils-0.12.1
neutron-hostconfig-utils-0.12.0
0.11.x
neutron-hostconfig-utils-0.11.3
neutron-hostconfig-utils-0.11.2
neutron-hostconfig-utils-0.11.1
neutron-hostconfig-utils-0.11.0
0.10.x
neutron-hostconfig-utils-0.10.4
neutron-hostconfig-utils-0.10.3
neutron-hostconfig-utils-0.10.2
neutron-hostconfig-utils-0.10.1
neutron-hostconfig-utils-0.10.0
0.9.x
neutron-hostconfig-utils-0.9.3
neutron-hostconfig-utils-0.9.2
neutron-hostconfig-utils-0.9.1
neutron-hostconfig-utils-0.9.0
0.8.x
neutron-hostconfig-utils-0.8.4-Carbon
neutron-hostconfig-utils-0.8.3-Carbon
neutron-hostconfig-utils-0.8.2-Carbon
neutron-hostconfig-utils-0.8.1-Carbon
neutron-hostconfig-utils-0.8.0-Carbon

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.neutron</groupId>
    <artifactId>neutron-hostconfig-utils</artifactId>
    <version>0.16.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.neutron : neutron-hostconfig-utils gradle dependency to your build.gradle file:

implementation 'org.opendaylight.neutron:neutron-hostconfig-utils:0.16.4'

Gradle Kotlin DSL: Add the following org.opendaylight.neutron : neutron-hostconfig-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.neutron:neutron-hostconfig-utils:0.16.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.neutron : neutron-hostconfig-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.neutron" % "neutron-hostconfig-utils" % "0.16.4"

Advertisement