All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy