r

rfc6243

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