ng-cli.0.119.0.source-code.module-info.qute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbang-cli Show documentation
Show all versions of jbang-cli Show documentation
JBang Command Line Interface
module {moduleName} {
{#for item in dependencies}
requires {item};
{/for}
opens {packageName};
}