Download httpcore5-5.0-alpha2.jar file - Jar h

Jar examples for h:httpcore5

Description

Apache HttpComponents HTTP/1.1 core components

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

httpcore5-5.0-alpha2-javadoc.jar
httpcore5-5.0-alpha2-sources.jar
httpcore5-5.0-alpha2-tests.jar
httpcore5-5.0-alpha2.jar
httpcore5-5.0-alpha2.pom



Related Tutorials