is not current version
Last Version 4.1.11

com.github.vizaizai:easy-http 4.1.7

A simple HTTP client for Java

GroupId

GroupId

com.github.vizaizai
ArtifactId

ArtifactId

easy-http
Version

Version

4.1.7
Type

Type

jar

Download easy-http 4.1.7


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