r

rfc8341

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