<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-common</artifactId>
<version>7.0.11</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-common', version='7.0.11')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-parent</artifactId> <version>7.0.11</version> </parent>
compile
|-- org.eclipse.jdt:org.eclipse.jdt.annotation
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.yangtools:yang-data-api
|-- org.opendaylight.yangtools:yang-model-api
|-- org.opendaylight.mdsal:yang-binding