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

tils.propcross.2.1.0.3.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.7.0
Show newest version
/**
 *  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