it.unibo.tuprolog.argumentation.ui.gui.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ide Show documentation
Show all versions of ide Show documentation
A 2p-kt library for structured argumentation
The newest version!
package it.unibo.tuprolog.argumentation.ui.gui;
/**
* https://stackoverflow.com/questions/52569724/javafx-11-create-a-jar-file-with-gradle
*/
public class Main {
public static void main(String[] args) {
Arg2pIdeApplication.main(args);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy