t

transport-api

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