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

org.icestuff.getdown.maven.OsSpecific Maven / Gradle / Ivy

Go to download

Creates deployable, updateable java applications using Getdown (https://github.com/threerings/getdown/).

The newest version!
package org.icestuff.getdown.maven;

public interface OsSpecific {

	String getOs();
	String getArch();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy