is not current version
Last Version 2.1.1

org.webpieces:http1_1-client 2.0.1

An http 1.1 client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http1_1-client
Version

Version

2.0.1
Type

Type

jar

Download http1_1-client 2.0.1


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