http

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

License

License

GroupId

GroupId

com.github.wenhao
ArtifactId

ArtifactId

http
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/wenhao/http

Download http

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
se.jbee : silk-di jar 0.6
org.apache.httpcomponents : httpmime jar 4.4
org.slf4j : slf4j-api jar 1.7.6
com.fasterxml.jackson.core : jackson-databind jar 2.4.4
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.4.0

test (4)

Group / Artifact Type Version
com.github.dreamhead : moco-core jar 0.9.1
org.mockito : mockito-all jar 1.9.5
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0