.cli-launcher.2024.7.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cli-launcher Show documentation
Show all versions of cli-launcher Show documentation
Launcher of Nasdanika Command Line Interface. Builds a distribution.
module org.nasdanika.launcher {
exports org.nasdanika.launcher;
requires transitive org.nasdanika.cli;
requires transitive org.nasdanika.html.model.app.gen.cli;
requires transitive org.nasdanika.models.rules.cli;
requires transitive org.nasdanika.models.architecture.cli;
requires transitive org.nasdanika.models.ecore.cli;
requires org.nasdanika.models.echarts.graph;
}