simplehttp

a simple http client

License

License

MIT
GroupId

GroupId

xyz.migoo
ArtifactId

ArtifactId

simplehttp
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

simplehttp
a simple http client
Project URL

Project URL

https://xiaomisum.github.io/simplehttp/
Source Code Management

Source Code Management

https://xiaomisum.github.io/simplehttp/

Download simplehttp

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.httpcomponents.client5 : httpclient5 jar 5.1

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0