Download httpcore5-h2-5.0-beta1.jar file - Jar h

Jar examples for h:httpcore5-h2

Description

Apache HttpComponents HTTP/2 Core Components

You can download jar file httpcore5-h2 5.0-beta1 in this page.

License

Apache License

Build File

You can use the following script to add httpcore5-h2-5.0-beta1.jar to your project.

<dependency>
   <groupId>org.apache.httpcomponents.core5</groupId>
   <artifactId>httpcore5-h2</artifactId>
   <version>5.0-beta1</version>
</dependency>
compile group: 'org.apache.httpcomponents.core5', name: 'httpcore5-h2', version: '5.0-beta1'
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-h2" % "5.0-beta1"
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-h2" rev="5.0-beta1"/>
@Grapes(@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.0-beta1'))
'org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0-beta1'

Download

Click the following link to download the jar file.

httpcore5-h2-5.0-beta1-javadoc.jar
httpcore5-h2-5.0-beta1-sources.jar
httpcore5-h2-5.0-beta1.jar
httpcore5-h2-5.0-beta1.pom



Related Tutorials