s

sal-netconf-connector

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

compile

|-- org.opendaylight.netconf:ietf-netconf-monitoring

|-- org.opendaylight.netconf:ietf-netconf-monitoring-extension

|-- org.opendaylight.netconf:ietf-netconf-notifications

|-- org.opendaylight.mdsal.binding.model.ietf:rfc8525

|-- org.opendaylight.netconf:netconf-client

|-- org.opendaylight.netconf:netconf-notifications-api

|-- org.opendaylight.mdsal:mdsal-binding-api

|-- org.opendaylight.netconf:netconf-dom-api

|-- org.opendaylight.mdsal:mdsal-binding-runtime-spi

|-- org.opendaylight.mdsal:mdsal-dom-spi

|-- org.opendaylight.mdsal.model:ietf-topology

|-- org.opendaylight.yangtools:yang-data-impl

|-- org.opendaylight.yangtools:yang-model-api

|-- org.opendaylight.yangtools:yang-model-util

|-- org.opendaylight.yangtools:yang-parser-impl

|-- org.opendaylight.yangtools:yang-repo-fs

|-- org.opendaylight.yangtools:yang-data-codec-gson

|-- org.opendaylight.yangtools:yang-data-codec-xml

|-- org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types

|-- org.opendaylight.mdsal.model:yang-ext

|-- org.opendaylight.netconf:netconf-util

|-- com.guicedee.services:javax.inject

|-- org.osgi:org.osgi.service.component.annotations

|-- org.xmlunit:xmlunit-legacy

|-- org.opendaylight.mdsal:mdsal-binding-test-utils

|-- com.google.code.gson:gson

|-- org.awaitility:awaitility

|-- org.opendaylight.yangtools:yang-test-util

|-- org.opendaylight.netconf:netconf-test-models

test

|-- org.opendaylight.netconf:netconf-impl

|-- org.opendaylight.netconf:netconf-mapping-api

|-- org.opendaylight.netconf:netconf-util