Easy HttpClient

A common lib used to simplify the HttpClient creation and HTTP request sending

License

License

Categories

Categories

Net
GroupId

GroupId

net.wisedream
ArtifactId

ArtifactId

ezhc
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Easy HttpClient
A common lib used to simplify the HttpClient creation and HTTP request sending

Download ezhc

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3
0.2
0.1