com.github.bingoohuang.utils.lang.Os Maven / Gradle / Ivy
package com.github.bingoohuang.utils.lang;
public interface Os {
String name = System.getProperty("os.name").toLowerCase();
boolean isWindows = name.startsWith("windows");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy