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