MVN

org.opendaylight.neutron : features-neutron-service

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.16.4

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.neutron</groupId>
    <artifactId>features-neutron-service</artifactId>
    <version>0.16.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.neutron:features-neutron-service:0.16.4'

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

implementation("org.opendaylight.neutron:features-neutron-service:0.16.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.neutron" % "features-neutron-service" % "0.16.4"

Advertisement