License |
License |
---|---|
GroupId | GroupIdcom.github.vizaizai |
ArtifactId | ArtifactIdeasy-http |
Last Version | Last Version4.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasy-http
A simple HTTP client for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easy-http-4.1.11.pom | |
easy-http-4.1.11.jar | 84 KB |
easy-http-4.1.11-sources.jar | 47 KB |
easy-http-4.1.11-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vizaizai/easy-http/ -->
<dependency>
<groupId>com.github.vizaizai</groupId>
<artifactId>easy-http</artifactId>
<version>4.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vizaizai/easy-http/
implementation 'com.github.vizaizai:easy-http:4.1.11'
// https://jarcasting.com/artifacts/com.github.vizaizai/easy-http/
implementation ("com.github.vizaizai:easy-http:4.1.11")
'com.github.vizaizai:easy-http:jar:4.1.11'
<dependency org="com.github.vizaizai" name="easy-http" rev="4.1.11">
<artifact name="easy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vizaizai', module='easy-http', version='4.1.11')
)
libraryDependencies += "com.github.vizaizai" % "easy-http" % "4.1.11"
[com.github.vizaizai/easy-http "4.1.11"]
Group / Artifact | Type | Version |
---|---|---|
com.github.vizaizai : retry | jar | 1.2.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
com.github.vizaizai : slf4j-jul | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |