t

transport-http

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