Download httpcomponents-core-4.4.jar file - Jar h

Jar examples for h:httpcomponents-core

Description

Apache HttpComponents Core is a library of components for building HTTP enabled services

You can download jar file httpcomponents-core 4.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add httpcomponents-core-4.4.jar to your project.

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

Download

Click the following link to download the jar file.

httpcomponents-core-4.4.pom



Related Tutorials