is not current version
Last Version 1.0.2

io.github.etuzon:java.http 1.0.0

HTTP/HTTPS client which support sync and async requests

GroupId

GroupId

io.github.etuzon
ArtifactId

ArtifactId

java.http
Version

Version

1.0.0
Type

Type

jar

Download java.http 1.0.0


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