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

uk.co.codera.ci.tooling.sonar.HttpClientFactory Maven / Gradle / Ivy

There is a newer version: 0.2.4
Show newest version
package uk.co.codera.ci.tooling.sonar;

import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClientBuilder;

public class HttpClientFactory {

    public CloseableHttpClient create() {
        return HttpClientBuilder.create().build();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy