tils.propcross.2.1.0.3.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 utils.propcross Show documentation
Show all versions of utils.propcross Show documentation
A utility for constructing properties out of other properties
/**
* A utility for constructing properties out of other properties
* @since 2.0
*/
module com.legyver.utils.propcross {
requires com.legyver.core;
requires com.legyver.utils.graphrunner;
requires com.legyver.utils.slel;
exports com.legyver.utils.propcross;
provides com.legyver.core.license.LicenseService with com.legyver.utils.propcross.license.LicenseServiceImpl;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy