![JAR search and dependency download from the Maven repository](/logo.png)
org.icestuff.getdown.maven.OsSpecific Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of getdown-maven-plugin Show documentation
Show all versions of getdown-maven-plugin Show documentation
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