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

net.java.games.input.test.VersionTest Maven / Gradle / Ivy

The newest version!
package net.java.games.input.test;

import net.java.games.input.Version;

public class VersionTest {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		System.out.println("JInput version: " + Version.getVersion());
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy