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

yaframework.amaya-options.1.0.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
/**
 * Amaya Options Module
 *
 * @author Roman Bakaldin
 */
open module io.github.amayaframework.options {
    // Imports
    requires com.github.romanqed.jfunc;
    // Exports
    exports io.github.amayaframework.options;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy