---------- HttpComponents HttpClient Download Page ---------- ---------- ---------- HttpClient Downloads The latest release available for download: {{{http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpclient.cgi}4.0-alpha1}} - {{{http://www.apache.org/dist/jakarta/httpcomponents/httpclient/RELEASE_NOTES.txt}Release Notes}} - {{{http://www.apache.org/dist/java-repository/httpcomponents-httpclient/licenses/LICENSE.txt}License}} Dependency management with Maven If you are using {{{http://maven.apache.org}Maven}} for your project, you can create a dependency in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} by adding the following block to the dependency descriptor: * HttpComponents Client ------------------------- org.apache.httpcomponents httpclient 4.0-alpha1 compile -------------------------