ugins.javascript.jwebmp-pace-loader.1.0.19.11-jre14.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 jwebmp-pace-loader Show documentation
Show all versions of jwebmp-pace-loader Show documentation
The JWebSwing implementation for Pace Loader
module com.jwebmp.plugins.pace {
exports com.jwebmp.plugins.pace;
exports com.jwebmp.plugins.pace.preloadedthemes;
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.pace.PaceLoaderPageConfigurator;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.pace.implementations.PaceExclusionsModule;
opens com.jwebmp.plugins.pace to com.fasterxml.jackson.databind, com.jwebmp.core;
opens com.jwebmp.plugins.pace.preloadedthemes to com.fasterxml.jackson.databind, com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy