n

netconf-tcp

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