com.github.sarxos.xchange.impl.Fetch Maven / Gradle / Ivy
package com.github.sarxos.xchange.impl;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
public class Fetch {
protected static CloseableHttpClient client() {
return HttpClients.createDefault();
}
}