<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>netconf-mapping-api</artifactId>
<version>0.3.4-Lithium-SR4</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "netconf-mapping-api" % "0.3.4-Lithium-SR4"
@Grapes(
@Grab(group='org.opendaylight.controller', module='netconf-mapping-api', version='0.3.4-Lithium-SR4')
)
<dependency org="org.opendaylight.controller" name="netconf-mapping-api" rev="0.3.4-Lithium-SR4" />