<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-server</artifactId>
<version>8.0.3</version>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-server', version='8.0.3')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>bnd-parent</artifactId> <version>8.0.3</version> </parent>
compile
|-- com.guicedee.services:javax.inject
|-- org.eclipse.jdt:org.eclipse.jdt.annotation
|-- org.kohsuke.metainf-services:metainf-services
|-- org.opendaylight.aaa:aaa-shiro
|-- org.opendaylight.aaa:repackaged-shiro
|-- org.opendaylight.netconf.model:draft-ietf-restconf-server
|-- org.opendaylight.netconf:restconf-api
|-- org.opendaylight.netconf:restconf-server-api
|-- org.opendaylight.netconf:restconf-server-spi
|-- org.opendaylight.netconf:transport-api
|-- org.opendaylight.netconf:transport-http
|-- org.opendaylight.netconf:transport-tcp
|-- org.opendaylight.yangtools:binding-spec
|-- org.opendaylight.yangtools:concepts
|-- org.opendaylight.yangtools:yang-common