MVN

org.opendaylight.usc : usc-netconf-client-dispatcher

Maven & Gradle

Apr 28, 2018
<dependency>
    <groupId>org.opendaylight.usc</groupId>
    <artifactId>usc-netconf-client-dispatcher</artifactId>
    <version>1.3.4-Carbon</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.4-Carbon

All Versions

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

Version Vulnerabilities Updated
1.3.x
usc-netconf-client-dispatcher-1.3.4-Carbon
usc-netconf-client-dispatcher-1.3.3-Carbon
usc-netconf-client-dispatcher-1.3.2-Carbon
usc-netconf-client-dispatcher-1.3.1-Carbon
usc-netconf-client-dispatcher-1.3.0-Carbon
1.2.x
usc-netconf-client-dispatcher-1.2.4-Boron-SR4
usc-netconf-client-dispatcher-1.2.3-Boron-SR3
usc-netconf-client-dispatcher-1.2.2-Boron-SR2
usc-netconf-client-dispatcher-1.2.1-Boron-SR1
usc-netconf-client-dispatcher-1.2.0-Boron
1.1.x
usc-netconf-client-dispatcher-1.1.4-Beryllium-SR4
usc-netconf-client-dispatcher-1.1.3-Beryllium-SR3
usc-netconf-client-dispatcher-1.1.2-Beryllium-SR2
usc-netconf-client-dispatcher-1.1.1-Beryllium-SR1
usc-netconf-client-dispatcher-1.1.0-Beryllium
1.0.x
usc-netconf-client-dispatcher-1.0.4-Lithium-SR4
usc-netconf-client-dispatcher-1.0.3-Lithium-SR3
usc-netconf-client-dispatcher-1.0.2-Lithium-SR2
usc-netconf-client-dispatcher-1.0.1-Lithium-SR1
1.0
usc-netconf-client-dispatcher-1.0-Lithium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.usc</groupId>
    <artifactId>usc-netconf-client-dispatcher</artifactId>
    <version>1.3.4-Carbon</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.usc:usc-netconf-client-dispatcher:1.3.4-Carbon'

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

implementation("org.opendaylight.usc:usc-netconf-client-dispatcher:1.3.4-Carbon")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.usc" % "usc-netconf-client-dispatcher" % "1.3.4-Carbon"