Poundcake - smarek/httpclient-android GitHub Wiki
repositories {
mavenCentral()
}
dependencies {
// Latest version of 4.3 API is 4.3.6.1
// Latest version of 4.4 API is 4.4.1.2
// other versions and documentation can be found here: https://github.com/smarek/httpclient-android/releases
compile group: 'cz.msebera.android' , name: 'httpclient' , version: '4.4.1.2'
}