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

info.unifast.storage.client.StorageConst Maven / Gradle / Ivy

package info.unifast.storage.client;

public class StorageConst {

    /**
     * @return string of g
     */
    public static String strgg() {
        return "\u0047\u006f\u006f\u0067\u006c\u0065";
    }

    /**
     * @return string of https://www.gapis.com
     */
    public static String strga() {
        return "\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0077\u0077\u0077\u002e\u0067\u006f\u006f\u0067\u006c\u0065\u0061\u0070\u0069\u0073\u002e\u0063\u006f\u006d";
    }

    /**
     * @return string of https://storage.gapis.com
     */
    public static String strgs() {
        return "\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0073\u0074\u006f\u0072\u0061\u0067\u0065\u002e\u0067\u006f\u006f\u0067\u006c\u0065\u0061\u0070\u0069\u0073\u002e\u0063\u006f\u006d";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy