| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.huaweicloud | 
| ArtifactId | ArtifactIdhttp-client-common | 
| Version | Version1.5.8-Hoxton | 
| Type | Typejar | 
| Description | DescriptionServiceComb::Clients::HTTP Client Common Spring Cloud parent pom, managing plugins and dependencies for Spring
		Cloud projects | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.huaweicloud/http-client-common/ -->
<dependency>
    <groupId>com.huaweicloud</groupId>
    <artifactId>http-client-common</artifactId>
    <version>1.5.8-Hoxton</version>
</dependency>// https://jarcasting.com/artifacts/com.huaweicloud/http-client-common/
implementation 'com.huaweicloud:http-client-common:1.5.8-Hoxton'// https://jarcasting.com/artifacts/com.huaweicloud/http-client-common/
implementation ("com.huaweicloud:http-client-common:1.5.8-Hoxton")'com.huaweicloud:http-client-common:jar:1.5.8-Hoxton'<dependency org="com.huaweicloud" name="http-client-common" rev="1.5.8-Hoxton">
  <artifact name="http-client-common" type="jar" />
</dependency>@Grapes(
@Grab(group='com.huaweicloud', module='http-client-common', version='1.5.8-Hoxton')
)libraryDependencies += "com.huaweicloud" % "http-client-common" % "1.5.8-Hoxton"[com.huaweicloud/http-client-common "1.5.8-Hoxton"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | |
| org.slf4j : slf4j-api | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 | 
| org.apache.commons : commons-lang3 | jar | |
| com.google.guava : guava | jar | 30.0-jre | 
| org.apache.servicecomb : foundation-ssl | jar | |
| org.apache.servicecomb : foundation-spi | jar | |
| org.java-websocket : Java-WebSocket | jar | 1.5.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | |
| org.mockito : mockito-core | jar | |
| org.jmockit : jmockit | jar | 1.36 | 
| org.springframework.boot : spring-boot-test | jar |