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