n

netconf-server-mdsal

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

compile

|-- com.google.guava:guava

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

|-- io.netty:netty-transport

|-- org.eclipse.jdt:org.eclipse.jdt.annotation

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

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

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

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

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

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

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

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

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

|-- org.opendaylight.netconf:netconf-common-mdsal

|-- org.opendaylight.netconf:netconf-server

|-- org.opendaylight.netconf.model:rfc5277

|-- org.opendaylight.yangtools:binding-data-codec-api

|-- org.opendaylight.yangtools:binding-data-codec-dynamic

|-- org.opendaylight.yangtools:binding-runtime-api

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

|-- org.opendaylight.yangtools:binding-spec

|-- org.opendaylight.yangtools:concepts

|-- org.opendaylight.yangtools:yang-common

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

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

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

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

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

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

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

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

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

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

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

|-- org.opendaylight.yangtools:mockito-configuration

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

|-- org.xmlunit:xmlunit-core

|-- org.xmlunit:xmlunit-legacy

provided

|-- jakarta.annotation:jakarta.annotation-api

test

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

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

|-- org.opendaylight.mdsal:mdsal-dom-inmemory-datastore

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

|-- org.opendaylight.yangtools:binding-generator

|-- org.opendaylight.yangtools:util

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