| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.houbb | 
| ArtifactId | ArtifactIdhttp-client | 
| Last Version | Last Version0.0.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttp-client The http client framework for java. | 
| Filename | Size | 
|---|---|
| http-client-0.0.4.pom | |
| http-client-0.0.4.jar | 13 KB | 
| http-client-0.0.4-sources.jar | 9 KB | 
| http-client-0.0.4-javadoc.jar | 137 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.houbb/http-client/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>http-client</artifactId>
    <version>0.0.4</version>
</dependency>// https://jarcasting.com/artifacts/com.github.houbb/http-client/
implementation 'com.github.houbb:http-client:0.0.4'// https://jarcasting.com/artifacts/com.github.houbb/http-client/
implementation ("com.github.houbb:http-client:0.0.4")'com.github.houbb:http-client:jar:0.0.4'<dependency org="com.github.houbb" name="http-client" rev="0.0.4">
  <artifact name="http-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.houbb', module='http-client', version='0.0.4')
)libraryDependencies += "com.github.houbb" % "http-client" % "0.0.4"[com.github.houbb/http-client "0.0.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.145 | 
| com.alibaba : fastjson | jar | 1.2.68 | 
| com.squareup.okhttp3 : okhttp | jar | 3.2.0 | 
| com.squareup.okio : okio | jar | 1.6.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit Optional | jar | 4.12 |