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