s

sal-distributed-eos

Files download
File Operation
sal-distributed-eos-1.11.1.jar download
sal-distributed-eos-1.11.1.pom download
sal-distributed-eos-1.11.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.controller</groupId>
  <artifactId>sal-distributed-eos</artifactId>
  <version>1.11.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.controller:sal-distributed-eos:1.11.1'
Gradle Kotlin
implementation("org.opendaylight.controller:sal-distributed-eos:1.11.1")
Scala SBT
libraryDependencies += "org.opendaylight.controller" % "sal-distributed-eos" % "1.11.1"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.controller', module='sal-distributed-eos', version='1.11.1')
)
Apache Ivy
<dependency org="org.opendaylight.controller" name="sal-distributed-eos" rev="1.11.1" />
Leiningen
[org.opendaylight.controller/sal-distributed-eos "1.11.1"]
Apache Buildr
'org.opendaylight.controller:sal-distributed-eos:jar:1.11.1'