Android API 23 - HttpClient 4.X repackaged

*爱你&永不变心* 提交于 2019-11-30 14:21:05

Well, to answer my own question, I've put up project, which will repackage and build HttpClient in bundle with HttpMime, HttpCore and HttpClient-Cache packages into different namespace.

Currently the version provided is 4.3.3 (in sync with ASF HC 4.3.3 version)

https://github.com/smarek/httpclient-android

It's quite customizable, so changing the package/artifact name or version, adjusting the build to your needs and so on should be no problem.

It's also published on Maven Central under identifier cz.msebera.android:httpclient:4.3.3 and all your code imports currently using org.apache.http should be migrated (for sake of using this library) to cz.msebera.android.httpclient

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!