MVN

org.opendaylight.netconf : features-netconf

Maven & Gradle

Aug 07, 2023
13 usages
<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>features-netconf</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

Version Vulnerabilities Updated
6.0.x
features-netconf-6.0.1
features-netconf-6.0.0
5.0.x
features-netconf-5.0.7
features-netconf-5.0.6
features-netconf-5.0.5
features-netconf-5.0.4
features-netconf-5.0.3
features-netconf-5.0.2
features-netconf-5.0.1
features-netconf-5.0.0
4.0.x
features-netconf-4.0.8
features-netconf-4.0.7
features-netconf-4.0.6
features-netconf-4.0.5
features-netconf-4.0.4
features-netconf-4.0.3
features-netconf-4.0.2
features-netconf-4.0.1
features-netconf-4.0.0
3.0.x
features-netconf-3.0.9
features-netconf-3.0.8
features-netconf-3.0.7
features-netconf-3.0.6
features-netconf-3.0.5
features-netconf-3.0.4
features-netconf-3.0.3
features-netconf-3.0.2
features-netconf-3.0.1
features-netconf-3.0.0
2.0.x
features-netconf-2.0.17
features-netconf-2.0.16
features-netconf-2.0.15
features-netconf-2.0.14
features-netconf-2.0.13
features-netconf-2.0.12
features-netconf-2.0.11
features-netconf-2.0.10
features-netconf-2.0.9
features-netconf-2.0.8
features-netconf-2.0.7
features-netconf-2.0.6
features-netconf-2.0.5
features-netconf-2.0.4
features-netconf-2.0.3
features-netconf-2.0.2
features-netconf-2.0.1
features-netconf-2.0.0
1.13.x
features-netconf-1.13.8
features-netconf-1.13.7
features-netconf-1.13.6
features-netconf-1.13.5
features-netconf-1.13.4
features-netconf-1.13.3
features-netconf-1.13.2
features-netconf-1.13.1
features-netconf-1.13.0
1.9.x
features-netconf-1.9.4
features-netconf-1.9.3
features-netconf-1.9.2
features-netconf-1.9.1
features-netconf-1.9.0
1.8.x
features-netconf-1.8.3
features-netconf-1.8.2
features-netconf-1.8.1
features-netconf-1.8.0
1.7.x
features-netconf-1.7.4.3
features-netconf-1.7.4.2
features-netconf-1.7.4.1
features-netconf-1.7.4
features-netconf-1.7.3
features-netconf-1.7.2
features-netconf-1.7.1
features-netconf-1.7.0
1.6.x
features-netconf-1.6.3
features-netconf-1.6.2
features-netconf-1.6.1
features-netconf-1.6.0
1.5.x
features-netconf-1.5.3
features-netconf-1.5.2
features-netconf-1.5.1
features-netconf-1.5.0
1.4.x
features-netconf-1.4.4
features-netconf-1.4.3
features-netconf-1.4.2
features-netconf-1.4.1
features-netconf-1.4.0
1.3.x
features-netconf-1.3.3
features-netconf-1.3.2
features-netconf-1.3.1
features-netconf-1.3.0
1.2.x
features-netconf-1.2.4-Carbon
features-netconf-1.2.3-Carbon
features-netconf-1.2.2-Carbon
features-netconf-1.2.1-Carbon
features-netconf-1.2.0-Carbon
1.1.x
features-netconf-1.1.4-Boron-SR4
features-netconf-1.1.3-Boron-SR3
features-netconf-1.1.2-Boron-SR2
features-netconf-1.1.1-Boron-SR1
features-netconf-1.1.0-Boron
1.0.x
features-netconf-1.0.4-Beryllium-SR4
features-netconf-1.0.3-Beryllium-SR3
features-netconf-1.0.2-Beryllium-SR2
features-netconf-1.0.1-Beryllium-SR1
features-netconf-1.0.0-Beryllium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>features-netconf</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.netconf:features-netconf:6.0.1'

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

implementation("org.opendaylight.netconf:features-netconf:6.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.netconf" % "features-netconf" % "6.0.1"

Advertisement