License |
License |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhttp2-hpack |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp2-hpack
A re-usable asynchronous HTTP/2 parser WITH header serialization/deserialization (hpack)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http2-hpack-2.1.1.pom | |
http2-hpack-2.1.1.jar | 35 KB |
http2-hpack-2.1.1-sources.jar | 20 KB |
http2-hpack-2.1.1-javadoc.jar | 354 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http2-hpack/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http2-hpack</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-hpack/
implementation 'org.webpieces:http2-hpack:2.1.1'
// https://jarcasting.com/artifacts/org.webpieces/http2-hpack/
implementation ("org.webpieces:http2-hpack:2.1.1")
'org.webpieces:http2-hpack:jar:2.1.1'
<dependency org="org.webpieces" name="http2-hpack" rev="2.1.1">
<artifact name="http2-hpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-hpack', version='2.1.1')
)
libraryDependencies += "org.webpieces" % "http2-hpack" % "2.1.1"
[org.webpieces/http2-hpack "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.webpieces : http2-parser | jar | 2.1.1 |
com.twitter : hpack | jar |
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | |
org.slf4j : slf4j-api | jar | |
org.webpieces : core-metrics | jar | 2.1.1 |
org.webpieces : core-util | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar |