t

transport-api

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