12 lines
278 B
Java
Executable File
12 lines
278 B
Java
Executable File
///usr/bin/env jbang "$0" "$@" ; exit $?
|
|
//DEPS org.jooq:jooq-codegen:${jooq.version:3.14.7}
|
|
|
|
import static java.lang.System.*;
|
|
|
|
public class codegen {
|
|
|
|
public static void main(String... args) throws Exception {
|
|
org.jooq.codegen.GenerationTool.main(args);
|
|
}
|
|
}
|