is not current version
Last Version 2.1.1

org.webpieces:http 2.0.5

testing this out

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http
Version

Version

2.0.5
Type

Type

jar

Download http 2.0.5


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