is not current version
Last Version 2.1.1

org.webpieces:http2-client 2.0.9

Strictly an http/2 client for when you know the server does http2 keeping it KISS

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http2-client
Version

Version

2.0.9
Type

Type

jar

Download http2-client 2.0.9


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