Updated download page for HttpClient 4.2-alpha1 release
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1195169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f07eea0fb1
commit
00a3cfebc2
|
@ -42,35 +42,47 @@ 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 4.1}
|
* {HttpComponents Client 4.2-alpha1}
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
<version>4.1</version>
|
<version>4.2-alpha1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
* {HttpComponents HttpMime 4.1}
|
* {HttpComponents HttpMime 4.2-alpha1}
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpmime</artifactId>
|
<artifactId>httpmime</artifactId>
|
||||||
<version>4.1</version>
|
<version>4.2-alpha1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
* {HttpComponents HttpClient Cache 4.1}
|
* {HttpComponents HttpClient Cache 4.2-alpha1}
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient-cache</artifactId>
|
<artifactId>httpclient-cache</artifactId>
|
||||||
<version>4.1</version>
|
<version>4.2-alpha1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
* {HttpComponents HttpClient Fluent 4.2-alpha1}
|
||||||
|
|
||||||
|
-------------------------
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>hc-fluent</artifactId>
|
||||||
|
<version>4.2-alpha1</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue