r

restconf-nb-rfc8040

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

compile

|-- javax.annotation:javax.annotation-api

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

|-- org.opendaylight.netconf:restconf-common-models

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

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

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

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

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

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

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

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

|-- org.opendaylight.odlparent:logging-markers

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

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

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

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

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

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

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

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

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

|-- org.opendaylight.controller:threadpool-config-api

|-- net.java.dev.stax-utils:stax-utils

|-- org.opendaylight.aaa.web:web-api

|-- org.opendaylight.aaa.web:servlet-api

|-- org.opendaylight.aaa:aaa-filterchain

|-- org.eclipse.jetty.websocket:websocket-servlet

test

|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2

|-- org.glassfish.jersey.inject:jersey-hk2

|-- org.glassfish.jersey.media:jersey-media-sse

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

|-- org.opendaylight.mdsal:mdsal-binding-dom-adapter

|-- org.json:json:20220924

|-- org.skyscreamer:jsonassert

|-- org.opendaylight.aaa.web:testutils

|-- org.opendaylight.controller:threadpool-config-impl

|-- org.mockito:mockito-core

|-- org.xmlunit:xmlunit-assertj

|-- net.javacrumbs.json-unit:json-unit-assertj:2.36.0