is not current version
Last Version 2.1.1

org.webpieces:http2-hpack 1.9.129

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

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http2-hpack
Version

Version

1.9.129
Type

Type

jar

Download http2-hpack 1.9.129


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