r

rfc6241

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