is not current version
Last Version 0.0.4

com.github.houbb:http-client 0.0.1

The http client framework for java.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

http-client
Version

Version

0.0.1
Type

Type

jar

Download http-client 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.houbb/http-client/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>http-client</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/http-client/
implementation 'com.github.houbb:http-client:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/http-client/
implementation ("com.github.houbb:http-client:0.0.1")
'com.github.houbb:http-client:jar:0.0.1'
<dependency org="com.github.houbb" name="http-client" rev="0.0.1">
  <artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='http-client', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "http-client" % "0.0.1"
[com.github.houbb/http-client "0.0.1"]