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

ugins.iconsets.jwebmp-skycons.1.0.2.9-jre13.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
module com.jwebmp.plugins.skycons {
	exports com.jwebmp.plugins.skycons;
	exports com.jwebmp.plugins.skycons.configurator;

	requires com.jwebmp.core;
	requires java.validation;
	requires com.jwebmp.interception;
	requires com.guicedee.guicedinjection;

	provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.skycons.configurator.SkyconPageConfigurator;

	provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.skycons.implementations.SkyconsExclusionsModule;
	provides com.guicedee.guicedinjection.interfaces.IGuiceScanJarExclusions with com.jwebmp.plugins.skycons.implementations.SkyconsExclusionsModule;

	opens com.jwebmp.plugins.skycons.configurator;
	opens com.jwebmp.plugins.skycons to com.jwebmp.core;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy