Download hpack-v1.0.1.jar file - Jar h

Jar examples for h:hpack

Description

Header Compression for HTTP/2.0

You can download jar file hpack v1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hpack-v1.0.1.jar to your project.

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>hpack</artifactId>
   <version>v1.0.1</version>
</dependency>
compile group: 'com.twitter', name: 'hpack', version: 'v1.0.1'
libraryDependencies += "com.twitter" % "hpack" % "v1.0.1"
<dependency org="com.twitter" name="hpack" rev="v1.0.1"/>
@Grapes(@Grab(group='com.twitter', module='hpack', version='v1.0.1'))
'com.twitter:hpack:jar:v1.0.1'

Download

Click the following link to download the jar file.

hpack-v1.0.1.jar
hpack-v1.0.1-javadoc.jar
hpack-v1.0.1.pom
hpack-v1.0.1-sources.jar



Related Tutorials