MVN

org.opendaylight.sxp : odl-sxp-controller

Maven & Gradle

Dec 05, 2018
3 usages

Feature :: OpenDaylight :: Sxp :: Controller

<dependency>
    <groupId>org.opendaylight.sxp</groupId>
    <artifactId>odl-sxp-controller</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.4

All Versions

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

Version Vulnerabilities Updated
1.7.x
odl-sxp-controller-1.7.1
odl-sxp-controller-1.7.0
1.6.x
odl-sxp-controller-1.6.4
odl-sxp-controller-1.6.3
odl-sxp-controller-1.6.2
odl-sxp-controller-1.6.1
odl-sxp-controller-1.6.0
1.5.x
odl-sxp-controller-1.5.3
odl-sxp-controller-1.5.2
odl-sxp-controller-1.5.1
odl-sxp-controller-1.5.0
1.4.x
odl-sxp-controller-1.4.4-Carbon
odl-sxp-controller-1.4.3-Carbon
odl-sxp-controller-1.4.2-Carbon
odl-sxp-controller-1.4.1-Carbon
odl-sxp-controller-1.4.0-Carbon

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.sxp</groupId>
    <artifactId>odl-sxp-controller</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.sxp : odl-sxp-controller gradle dependency to your build.gradle file:

implementation 'org.opendaylight.sxp:odl-sxp-controller:1.6.4'

Gradle Kotlin DSL: Add the following org.opendaylight.sxp : odl-sxp-controller gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.sxp:odl-sxp-controller:1.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.sxp : odl-sxp-controller sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.sxp" % "odl-sxp-controller" % "1.6.4"

Advertisement