com.commercetools.http.apachehttp.ApacheHttpClientSolutionInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commercetools-apachehttp-client Show documentation
Show all versions of commercetools-apachehttp-client Show documentation
The e-commerce SDK from commercetools Composable Commerce for Java
The newest version!
package com.commercetools.http.apachehttp;
import org.apache.hc.client5.http.classic.HttpClient;
import org.apache.hc.core5.util.VersionInfo;
public class ApacheHttpClientSolutionInfo extends io.vrap.rmf.base.client.SolutionInfo {
public ApacheHttpClientSolutionInfo() {
setName("ApacheHttpAsyncClient");
setVersion(
VersionInfo.loadVersionInfo("org.apache.hc.client5", HttpClient.class.getClassLoader()).getRelease());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy