Downloads

The following releases are avilable for download:

Nightly source drops and binary builds can be obtained at the following URLs:

The latest Gump generated binary can be obtained here.

The Subversion repository for HttpClient can be browsed online.

The best way to get HttpClient, is to checkout the souce from our public Subversion server.

If you are using Maven for your project, you can create a dependency in your project.xml with one of the following blocks:

<dependency>
    <groupId>commons-httpclient</groupId>
    <artifactId>commons-httpclient</artifactId>
    <version>3.0</version>
    <url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
         
<dependency>
    <groupId>commons-httpclient</groupId>
    <artifactId>commons-httpclient</artifactId>
    <version>2.0.2</version>
    <url>http://jakarta.apache.org/commons/httpclient/2.0/</url>
</dependency>
         

There are also other jar versions available. You can check HttpClient on ibiblio for exactly what is available.