All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ti.wakamiti-launcher.2.6.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy