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

it.unibo.tuprolog.ui.gui.Main Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.ui.gui;

/**
 * https://stackoverflow.com/questions/52569724/javafx-11-create-a-jar-file-with-gradle
 */
public class Main {
    public static void main(String[] args) {
        TuPrologIDEApplication.main(args);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy