GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdtransport-common |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
transport-common-2.2.0.pom | |
transport-common-2.2.0.jar | 10 KB |
transport-common-2.2.0-sources.jar | 8 KB |
transport-common-2.2.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/transport-common/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>transport-common</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/transport-common/
implementation 'org.apache.servicecomb:transport-common:2.2.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/transport-common/
implementation ("org.apache.servicecomb:transport-common:2.2.0")
'org.apache.servicecomb:transport-common:jar:2.2.0'
<dependency org="org.apache.servicecomb" name="transport-common" rev="2.2.0">
<artifact name="transport-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='transport-common', version='2.2.0')
)
libraryDependencies += "org.apache.servicecomb" % "transport-common" % "2.2.0"
[org.apache.servicecomb/transport-common "2.2.0"]