is not current version
Last Version 1.0.1

com.github.wenhao:http 1.0.0

Simplified, lightweight HTTP client library, a wrapper for apache httpclient.

GroupId

GroupId

com.github.wenhao
ArtifactId

ArtifactId

http
Version

Version

1.0.0
Type

Type

jar

Download http 1.0.0


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