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

ugins.javascript.jwebmp-easing-effects.1.0.19.12-jre14.source-code.module-info Maven / Gradle / Ivy

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

	requires com.jwebmp.core;
	requires com.guicedee.logmaster;

	requires java.validation;
	requires java.logging;
	requires com.guicedee.guicedinjection;

	provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.easingeffects.JQEasingPageConfigurator;

	provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.easingeffects.implementations.EasingEffectsExclusionsModule;

	opens com.jwebmp.plugins.easingeffects to com.fasterxml.jackson.databind, com.jwebmp.core;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy