I tried httpcore.jar following the step here , but when I write import org.apache.http.client.HttpClient , it still cannot be found. The banner is already loaded by Maven.
Is httpcore the lib right to import org.apache.http.client.HttpClient ? or org.apache.http.client.HttpClient used only for Android development?
Another question: what is the difference between org.apache.http.client.HttpClient and org.apache.commons.httpclient.HttpClient ?
source share