ti.wakamiti-launcher.2.6.2.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 wakamiti-launcher Show documentation
Show all versions of wakamiti-launcher Show documentation
Standalone launcher for Wakamiti
module es.iti.wakamiti.launcher {
exports es.iti.wakamiti.launcher;
requires es.iti.wakamiti.core;
requires maven.fetcher;
requires java.instrument;
requires org.slf4j;
requires slf4jansi;
requires org.apache.logging.log4j;
requires org.apache.logging.log4j.core;
requires net.harawata.appdirs;
requires commons.cli;
requires es.iti.wakamiti.api;
}