Created
May 31, 2012 11:45
-
-
Save sourcerebels/2842873 to your computer and use it in GitHub Desktop.
Maven > Android > Update HttpClient dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>org.apache.httpcomponents</groupId> | |
<artifactId>httpclient</artifactId> | |
<version>4.1</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.httpcomponents</groupId> | |
<artifactId>httpmime</artifactId> | |
<version>4.1</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.james</groupId> | |
<artifactId>apache-mime4j</artifactId> | |
<version>0.6.1</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment