r

rfc6243

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