http-client

The http client framework for java.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

http-client
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

http-client
The http client framework for java.

Download http-client

How to add to project

<!-- 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"]

Dependencies

compile (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

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1