Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdhttp-client-common |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-common-2.5.0.pom | |
http-client-common-2.5.0.jar | 29 KB |
http-client-common-2.5.0-sources.jar | 23 KB |
http-client-common-2.5.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/http-client-common/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>http-client-common</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/http-client-common/
implementation 'org.apache.servicecomb:http-client-common:2.5.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/http-client-common/
implementation ("org.apache.servicecomb:http-client-common:2.5.0")
'org.apache.servicecomb:http-client-common:jar:2.5.0'
<dependency org="org.apache.servicecomb" name="http-client-common" rev="2.5.0">
<artifact name="http-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='http-client-common', version='2.5.0')
)
libraryDependencies += "org.apache.servicecomb" % "http-client-common" % "2.5.0"
[org.apache.servicecomb/http-client-common "2.5.0"]