xengine.dependencies.1.0.4.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dependencies Show documentation
Show all versions of dependencies Show documentation
Tools to invalidate values that depend on other values
The newest version!
/**
* @author datafox
*/
module dfxengine.dependencies {
requires org.slf4j;
requires dfxengine.utils;
exports me.datafox.dfxengine.dependencies;
}