<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-server-mdsal</artifactId>
<version>8.0.3</version>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-server-mdsal', version='8.0.3')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>bnd-parent</artifactId> <version>8.0.3</version> </parent>
compile
|-- com.github.spotbugs:spotbugs-annotations
|-- com.guicedee.services:javax.inject
|-- jakarta.annotation:jakarta.annotation-api
|-- org.eclipse.jdt:org.eclipse.jdt.annotation
|-- org.opendaylight.mdsal:mdsal-common-api
|-- org.opendaylight.mdsal:mdsal-dom-api
|-- org.opendaylight.mdsal.binding.model.ietf:rfc8040-ietf-restconf-monitoring
|-- org.opendaylight.netconf:netconf-dom-api
|-- org.opendaylight.netconf:restconf-api
|-- org.opendaylight.netconf:restconf-mdsal-spi
|-- org.opendaylight.netconf:restconf-server-api
|-- org.opendaylight.netconf:restconf-server-spi
|-- org.opendaylight.yangtools:concepts
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.yangtools:yang-data-api
|-- org.opendaylight.yangtools:yang-data-spi
|-- org.opendaylight.yangtools:yang-model-api
|-- org.opendaylight.yangtools:yang-test-util
provided