I have problems with importing the unirest library. Sample code . I successfully imported the library, but I have problems with the file with the package "com.mashape.unirest.http", it does not have the following files:
import org.apache.http.HttpHost; import org.apache.http.client.HttpClient; import org.apache.http.impl.client.CloseableHttpClient; import org.apache.http.impl.nio.client.CloseableHttpAsyncClient; No idea what to do, because I searched for these files via Google and Yandex for about 30 minutes, but I could not find the answer. I can not physically find them. HELP