r

restconf-common

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