![JAR search and dependency download from the Maven repository](/logo.png)
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