org.apache.http.impl.client.HttpClientVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwbf Show documentation
Show all versions of jwbf Show documentation
Java Wiki Bot Framework - A Wiki helper
package org.apache.http.impl.client;
public class HttpClientVersion {
private HttpClientVersion() {
// do nothing
}
public static final String DEFAULT_USER_AGENT = HttpClientBuilder.DEFAULT_USER_AGENT;
}