Updated download page for 4.0.1 / 4.1- alpha1 releases
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@884691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
938813631e
commit
d5b9907a79
|
@ -32,7 +32,7 @@ HttpClient Downloads
|
||||||
|
|
||||||
The latest release available for download:
|
The latest release available for download:
|
||||||
|
|
||||||
{{{http://hc.apache.org/downloads.cgi}4.0}} -
|
{{{http://hc.apache.org/downloads.cgi}Release packages}} -
|
||||||
{{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt}Release Notes}} -
|
{{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt}Release Notes}} -
|
||||||
{{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
|
{{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
|
||||||
|
|
||||||
|
@ -42,24 +42,46 @@ HttpClient Downloads
|
||||||
in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}}
|
in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}}
|
||||||
by adding the following block to the dependency descriptor:
|
by adding the following block to the dependency descriptor:
|
||||||
|
|
||||||
* {HttpComponents Client}
|
* {HttpComponents Client 4.0.1}
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
<version>4.0</version>
|
<version>4.0.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
* {HttpComponents HttpMime}
|
* {HttpComponents HttpMime 4.0.1}
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpmime</artifactId>
|
<artifactId>httpmime</artifactId>
|
||||||
<version>4.0</version>
|
<version>4.0.1</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* {HttpComponents Client 4.1-alpha1 (development branch)}
|
||||||
|
|
||||||
|
-------------------------
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpclient</artifactId>
|
||||||
|
<version>4.1-alpha1</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* {HttpComponents HttpMime 4.1-alpha1 (development branch)}
|
||||||
|
|
||||||
|
-------------------------
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpmime</artifactId>
|
||||||
|
<version>4.1-alpha1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Reference in New Issue