r

restconf-common

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