HttpClient for Android
HttpClient for Android 是 Apache HttpClient 的 Android 移植版本,为 Android API 23+ 提供兼容的 HTTP 客户端库,替代 Android 系统移除的 org.apache.http 包。
cz.msebera.android.httpclientDEX 包名精确匹配cz.msebera.android.httpclient.implDEX 包名精确匹配cz.msebera.android.httpclient.connDEX 包名精确匹配cz.msebera.android.httpclient.clientDEX 包名精确匹配cz.msebera.android.httpclient.entityDEX 包名精确匹配Maven Central 查到独立 artifact cz.msebera.android:httpclient,版本 4.5.8,GitHub 仓库 smarek/httpclient-android 有 231 stars,是 Apache HttpClient 的官方 Android 移植版本
cz.msebera.android.httpclient规则库 + LLM 终判Maven Central 查到独立 artifact cz.msebera.android:httpclient,版本 4.5.8,GitHub 仓库 smarek/httpclient-android 有 231 stars,是 Apache HttpClient 的官方 Android 移植版本
cz.msebera.android.httpclient.client规则库 + LLM 终判Maven Central 存在 cz.msebera.android:httpclient 坐标(4.5.8),但无独立的 client 子模块 artifact。GitHub 仓库 smarek/httpclient-android 显示该库整体分发。client 子包是主 SDK 的内部实现包。
cz.msebera.android.httpclient.conn规则库 + LLM 终判Maven Central 上有 cz.msebera.android:httpclient 独立 artifact(4.5.8),但 .conn 是其内部连接管理子包,没有独立 Maven artifact。GitHub 仓库 smarek/httpclient-android 表明这是 Apache HttpClient 的 Android 重打包版本。
cz.msebera.android.httpclient.entity规则库 + LLM 终判Maven Central 上有 cz.msebera.android:httpclient 独立 artifact(https://central.sonatype.com/artifact/cz.msebera.android/httpclient),但 .entity 子包没有独立 artifact。GitHub 仓库 smarek/httpclient-android 表明这是一个完整的 HttpClient 重打包库,.entity 是其内部实现子模块。
cz.msebera.android.httpclient.impl规则库 + LLM 终判Maven Central 存在 cz.msebera.android:httpclient artifact;GitHub 仓库 smarek/httpclient-android 是 Apache HttpClient 的 Android 移植版;impl 子包是内部实现模块,非独立 SDK