| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.wisedream |
| ArtifactId | ArtifactIdezhc |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasy HttpClient
A common lib used to simplify the HttpClient creation and HTTP request sending
|
| Filename | Size |
|---|---|
| ezhc-0.3.pom | |
| ezhc-0.3.jar | 25 KB |
| ezhc-0.3-sources.jar | 13 KB |
| ezhc-0.3-javadoc.jar | 116 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |