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

com.brsanthu.googleanalytics.httpclient.NameValuePair Maven / Gradle / Ivy

package com.brsanthu.googleanalytics.httpclient;

public interface NameValuePair {

    String getName();

    String getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy