mirror of
https://github.com/jlengrand/jbang-catalog.git
synced 2026-03-10 08:31:20 +00:00
10 lines
306 B
Java
Executable File
10 lines
306 B
Java
Executable File
//usr/bin/env jbang "$0" "$@" ; exit $?
|
|
//JAVA 8+
|
|
//REPOS jitpack
|
|
//DEPS com.github.jlengrand:helidon-quickstart-se:main-SNAPSHOT
|
|
|
|
public class helidon_quickstart_se_snapshot {
|
|
public static void main(String... args) throws Exception {
|
|
io.helidon.examples.quickstart.se.Main.main(args);
|
|
}
|
|
} |