n

netconf-client

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