HttpClient Downloads

The latest release available for download:

4.0-beta1 - 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

  <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.0-beta1</version>
    <scope>compile</scope>
  </dependency>

HttpComponents HttpMime

  <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpmime</artifactId>
    <version>4.0-beta1</version>
    <scope>compile</scope>
  </dependency>