MVN

org.opendaylight.sxp : sxp-api

Maven & Gradle

Dec 05, 2018
10 usages

ODL :: sxp :: sxp-api

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

Latest Version

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

  • Latest Stable: 1.6.4

All Versions

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

Version Vulnerabilities Updated
1.7.x
sxp-api-1.7.1
sxp-api-1.7.0
1.6.x
sxp-api-1.6.4
sxp-api-1.6.3
sxp-api-1.6.2
sxp-api-1.6.1
sxp-api-1.6.0
1.5.x
sxp-api-1.5.3
sxp-api-1.5.2
sxp-api-1.5.1
sxp-api-1.5.0
1.4.x
sxp-api-1.4.4-Carbon
sxp-api-1.4.3-Carbon
sxp-api-1.4.2-Carbon
sxp-api-1.4.1-Carbon
sxp-api-1.4.0-Carbon
1.3.x
sxp-api-1.3.4-Boron-SR4
sxp-api-1.3.3-Boron-SR3
sxp-api-1.3.2-Boron-SR2
sxp-api-1.3.1-Boron-SR1
sxp-api-1.3.0-Boron
1.2.x
sxp-api-1.2.4-Beryllium-SR4
sxp-api-1.2.3-Beryllium-SR3
sxp-api-1.2.2-Beryllium-SR2
sxp-api-1.2.1-Beryllium-SR1
sxp-api-1.2.0-Beryllium
1.1.x
sxp-api-1.1.4-Lithium-SR4
sxp-api-1.1.3-Lithium-SR3
sxp-api-1.1.2-Lithium-SR2
sxp-api-1.1.1-Lithium-SR1
1.1
sxp-api-1.1-Lithium

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.opendaylight.sxp:sxp-api:1.6.4'

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

implementation("org.opendaylight.sxp:sxp-api:1.6.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.sxp" % "sxp-api" % "1.6.4"