License |
License |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhttp2-hpack |
Version | Version2.0.150 |
Type | Typejar |
Description |
Descriptionhttp2-hpack
A re-usable asynchronous http2 parser WITH header deserialization/serialization(hpack)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http2-hpack-2.0.150.pom | |
http2-hpack-2.0.150.jar | 20 KB |
http2-hpack-2.0.150-sources.jar | 11 KB |
http2-hpack-2.0.150-javadoc.jar | 355 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http2-hpack/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http2-hpack</artifactId>
<version>2.0.150</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-hpack/
implementation 'org.webpieces:http2-hpack:2.0.150'
// https://jarcasting.com/artifacts/org.webpieces/http2-hpack/
implementation ("org.webpieces:http2-hpack:2.0.150")
'org.webpieces:http2-hpack:jar:2.0.150'
<dependency org="org.webpieces" name="http2-hpack" rev="2.0.150">
<artifact name="http2-hpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-hpack', version='2.0.150')
)
libraryDependencies += "org.webpieces" % "http2-hpack" % "2.0.150"
[org.webpieces/http2-hpack "2.0.150"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
joda-time : joda-time | jar | 2.9.4 |
com.twitter : hpack | jar | v1.0.1 |
org.webpieces : core-util | jar | 2.0.150 |
org.webpieces : http2-parser | jar | 2.0.150 |