is not current version
Last Version 1.9.46

org.webpieces:http-client 1.9.27

An http client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http-client
Version

Version

1.9.27
Type

Type

jar

Download http-client 1.9.27


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