r

rfc5277

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