![JAR search and dependency download from the Maven repository](/logo.png)
com.yy.androidlib.util.http.FileNameValuePair Maven / Gradle / Ivy
package com.yy.androidlib.util.http;
import org.apache.http.message.BasicNameValuePair;
public class FileNameValuePair extends BasicNameValuePair {
public FileNameValuePair(String name, String value) {
super(name, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy