n

netconf-tcp

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