HttpClient Downloads

The latest release available for download:

Release packages - Release Notes - License

Dependency management with Maven

If you are using Maven for your project, you can create a dependency in your pom.xml by adding the following block to the dependency descriptor:

HttpComponents Client 4.1.3

  <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.1.3</version>
    <scope>compile</scope>
  </dependency>

HttpComponents HttpMime 4.1.3

  <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpmime</artifactId>
    <version>4.1.3</version>
    <scope>compile</scope>
  </dependency>

HttpComponents HttpClient Cache 4.1.3

  <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient-cache</artifactId>
    <version>4.1.3</version>
    <scope>compile</scope>
  </dependency>