is not current version
Last Version 1.0.1

io.github.wendy512:easy-http 1.0.0

easy http, the best http tool, supports a variety of http frameworks, currently supports apache httpclient, okhttp, simple configuration, supports definition configuration.

GroupId

GroupId

io.github.wendy512
ArtifactId

ArtifactId

easy-http
Version

Version

1.0.0
Type

Type

pom

Download easy-http 1.0.0

Filename Size
easy-http-1.0.0.pom 9 KB
Browse

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