r

rfc6241

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