s

sal-remote-impl

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