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

xengine.collections.1.0.2.source-code.module-info Maven / Gradle / Ivy

/**
 * @author datafox
 */
module dfxengine.collections {
    requires static lombok;

    requires org.slf4j;

    requires dfxengine.handles.api;
    requires dfxengine.utils;

    exports me.datafox.dfxengine.collections;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy