prompto.devcenter.Application Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DevCenter Show documentation
Show all versions of DevCenter Show documentation
Prompto Development Center POM
package prompto.devcenter;
import prompto.codeserver.CodeServer;
public class Application {
public static void main(String[] args) throws Throwable {
CodeServer.main(args);
}
}