is not current version
Last Version 1.0.2

io.github.etuzon:java.http 1.0.1

HTTP/HTTPS client which support sync and async requests

GroupId

GroupId

io.github.etuzon
ArtifactId

ArtifactId

java.http
Version

Version

1.0.1
Type

Type

jar

Download java.http 1.0.1


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