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

io.vlinx.java.wrapper.Constants Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package io.vlinx.java.wrapper;

public class Constants {

    public static final String APP_NAME = "VLINX Java Wrapper";
    public static final String APP_VERSION = "1.0.2";
    public static final String APP_TITLE = APP_NAME + " " + APP_VERSION;

    public static final String PLATFORM_WIN64 = "win64";
    public static final String PLATFORM_WIN32 = "win32";
    public static final String PLATFORM_LINUX64 = "linux64";
    public static final String PLATFORM_LINUX32 = "linux32";
    public static final String PLATFORM_MAC = "mac";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy