<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-client-mdsal</artifactId>
<version>6.0.8</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-client-mdsal', version='6.0.8')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-parent</artifactId> <version>6.0.8</version> </parent>
compile
|-- org.checkerframework:checker-qual
|-- org.opendaylight.yangtools:concepts
|-- org.opendaylight.yangtools:rfc8528-model-api
|-- org.opendaylight.yangtools:util
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.yangtools:yang-data-api
|-- org.opendaylight.yangtools:yang-data-codec-gson
|-- org.opendaylight.yangtools:yang-data-codec-xml
|-- org.opendaylight.yangtools:yang-data-impl
|-- 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.opendaylight.yangtools:yang-parser-impl
|-- org.opendaylight.yangtools:yang-parser-rfc7950
|-- org.opendaylight.yangtools:yang-repo-api
|-- org.opendaylight.yangtools:yang-repo-fs
|-- org.opendaylight.yangtools:yang-repo-spi
|-- org.opendaylight.mdsal:mdsal-binding-api
|-- org.opendaylight.mdsal:mdsal-binding-runtime-spi
|-- org.opendaylight.mdsal:mdsal-common-api
|-- org.opendaylight.mdsal:mdsal-dom-api
|-- org.opendaylight.mdsal:mdsal-dom-spi
|-- org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types
|-- org.opendaylight.mdsal.binding.model.ietf:rfc8525
|-- org.opendaylight.aaa:aaa-encrypt-service
|-- org.opendaylight.netconf:netconf-api
|-- org.opendaylight.netconf:netconf-common-mdsal
|-- org.opendaylight.netconf:netconf-client
|-- org.opendaylight.netconf:netconf-dom-api
|-- org.opendaylight.netconf:netconf-netty-util
|-- org.opendaylight.netconf:shaded-sshd
|-- org.opendaylight.netconf.model:rfc5277
|-- org.opendaylight.netconf.model:rfc6022
|-- org.opendaylight.netconf.model:rfc6241
|-- org.opendaylight.netconf.model:rfc6470
|-- com.guicedee.services:javax.inject
|-- org.osgi:org.osgi.service.component.annotations
|-- org.xmlunit:xmlunit-legacy
|-- org.opendaylight.netconf:netconf-test-util
|-- org.opendaylight.yangtools:yang-test-util
provided
|-- jakarta.annotation:jakarta.annotation-api
test