HttpCore Downloads

The latest release available for download:

4.0-beta2 - 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 Core

  <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcore</artifactId>
    <version>4.0-beta2</version>
    <scope>compile</scope>
  </dependency>

HttpComponents Core NIO extensions

  <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcore-nio</artifactId>
    <version>4.0-beta2</version>
    <scope>compile</scope>
  </dependency>