MVN

org.opendaylight.sxp : sxp-jst

Maven & Gradle

Dec 05, 2018
<dependency>
    <groupId>org.opendaylight.sxp</groupId>
    <artifactId>sxp-jst</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.5

All Versions

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

Version Vulnerabilities Updated
0.1.x
sxp-jst-0.1.1
sxp-jst-0.1.0
0.0.x
sxp-jst-0.0.5
sxp-jst-0.0.4
sxp-jst-0.0.3
sxp-jst-0.0.2
sxp-jst-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.sxp</groupId>
    <artifactId>sxp-jst</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.sxp:sxp-jst:0.0.5'

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

implementation("org.opendaylight.sxp:sxp-jst:0.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.sxp" % "sxp-jst" % "0.0.5"

Advertisement