t

transport-api

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