<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>ietf-netconf-yang-library</artifactId>
<version>1.2.0-Carbon</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.netconf" % "ietf-netconf-yang-library" % "1.2.0-Carbon"
@Grapes(
@Grab(group='org.opendaylight.netconf', module='ietf-netconf-yang-library', version='1.2.0-Carbon')
)
<dependency org="org.opendaylight.netconf" name="ietf-netconf-yang-library" rev="1.2.0-Carbon" />