n

netconf-client

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