s

sal-remote-impl

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