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