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

refcodes-configuration-ext-console.1.10.3.source-code.module-info.off Maven / Gradle / Ivy

Go to download

Artifact for providing event based extended functionality for the refcodes-configuration artifact.

There is a newer version: 2.0.5
Show newest version
module org.refcodes.configuration.ext.console {
    // requires static org.junit.jupiter.api;
    requires org.refcodes.data;
    requires org.refcodes.runtime;

    requires transitive org.refcodes.configuration;
    requires transitive org.refcodes.console;
    requires transitive org.refcodes.structure;

    exports org.refcodes.configuration.ext.console;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy