Download httpcore5-h2-5.0-beta2.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-beta2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials