is not current version
Last Version 2.1.1

org.webpieces:http2-hpack 2.0.1

A re-usable asynchronous http2 parser WITH header deserialization/serialization(hpack)

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http2-hpack
Version

Version

2.0.1
Type

Type

jar

Download http2-hpack 2.0.1


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