Download hpack-1.0.2.jar file - Jar h

Jar examples for h:hpack

Description

Header Compression for HTTP/2.0

You can download jar file hpack 1.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hpack-1.0.2-javadoc.jar
hpack-1.0.2-sources.jar
hpack-1.0.2.jar
hpack-1.0.2.pom



Related Tutorials