t

transport-common

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