n

netconf-tcp

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