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

bibliothek.demonstration.Main Maven / Gradle / Ivy

The newest version!
package bibliothek.demonstration;

/**
 * This class is used only to startup the application.
 * @author Benjamin Sigg
 */
public class Main {
    /**
     * Starts the application
     * @param args are ignored
     */
	public static void main( String[] args ){
		Core core = new Core();
		core.startup();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy