MVN

org.opendaylight.controller : sal-distributed-eos

Maven & Gradle

Jan 30, 2022
4 usages
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>sal-distributed-eos</artifactId>
    <version>3.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.controller : sal-distributed-eos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.16

All Versions

Choose a version of org.opendaylight.controller : sal-distributed-eos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
sal-distributed-eos-3.0.16
sal-distributed-eos-3.0.15
sal-distributed-eos-3.0.14
sal-distributed-eos-3.0.13
sal-distributed-eos-3.0.12
sal-distributed-eos-3.0.11
sal-distributed-eos-3.0.10
sal-distributed-eos-3.0.9
sal-distributed-eos-3.0.8
sal-distributed-eos-3.0.7
sal-distributed-eos-3.0.6
sal-distributed-eos-3.0.5
sal-distributed-eos-3.0.4
sal-distributed-eos-3.0.3
sal-distributed-eos-3.0.2
sal-distributed-eos-3.0.1
sal-distributed-eos-3.0.0
2.0.x
sal-distributed-eos-2.0.10
sal-distributed-eos-2.0.9
sal-distributed-eos-2.0.8
sal-distributed-eos-2.0.7
sal-distributed-eos-2.0.6
sal-distributed-eos-2.0.5
sal-distributed-eos-2.0.4
sal-distributed-eos-2.0.3
sal-distributed-eos-2.0.2
sal-distributed-eos-2.0.1
sal-distributed-eos-2.0.0
1.11.x
sal-distributed-eos-1.11.3
sal-distributed-eos-1.11.2
sal-distributed-eos-1.11.1
sal-distributed-eos-1.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>sal-distributed-eos</artifactId>
    <version>3.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.controller : sal-distributed-eos gradle dependency to your build.gradle file:

implementation 'org.opendaylight.controller:sal-distributed-eos:3.0.16'

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

implementation("org.opendaylight.controller:sal-distributed-eos:3.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.controller : sal-distributed-eos sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.controller" % "sal-distributed-eos" % "3.0.16"

Advertisement