is not current version
Last Version 4.1.11

com.github.vizaizai:easy-http 3.2.2

A simple HTTP client for Java

GroupId

GroupId

com.github.vizaizai
ArtifactId

ArtifactId

easy-http
Version

Version

3.2.2
Type

Type

jar

Download easy-http 3.2.2


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