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

xengine.math.1.0.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
/**
 * @author datafox
 */
module dfxengine.math {
    requires static lombok;

    requires org.slf4j;
    requires ch.obermuhlner.math.big;
    requires dfxengine.math.api;
    requires dfxengine.utils;

    exports me.datafox.dfxengine.math.numeral;
    exports me.datafox.dfxengine.math.utils;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy