n

netconf-notifications-api

Files download
File Operation
netconf-notifications-api-5.0.7.jar download
netconf-notifications-api-5.0.7.pom download
netconf-notifications-api-5.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.netconf</groupId>
  <artifactId>netconf-notifications-api</artifactId>
  <version>5.0.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.netconf:netconf-notifications-api:5.0.7'
Gradle Kotlin
implementation("org.opendaylight.netconf:netconf-notifications-api:5.0.7")
Scala SBT
libraryDependencies += "org.opendaylight.netconf" % "netconf-notifications-api" % "5.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.netconf', module='netconf-notifications-api', version='5.0.7')
)
Apache Ivy
<dependency org="org.opendaylight.netconf" name="netconf-notifications-api" rev="5.0.7" />
Leiningen
[org.opendaylight.netconf/netconf-notifications-api "5.0.7"]
Apache Buildr
'org.opendaylight.netconf:netconf-notifications-api:jar:5.0.7'