
e11.jwebmp-bootstrap-dialog4.0.62.0.1.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-bootstrap-dialog4 Show documentation
Show all versions of jwebmp-bootstrap-dialog4 Show documentation
The JWebSwing implementation for Bootstrap Dialog 4
The newest version!
import com.jwebmp.core.services.IPageConfigurator;
import com.jwebmp.guicedinjection.interfaces.IGuiceScanJarExclusions;
import com.jwebmp.guicedinjection.interfaces.IGuiceScanModuleExclusions;
import com.jwebmp.plugins.bootstrap.dialog.BSDialogPageConfigurator;
import com.jwebmp.plugins.bootstrap.dialog.implementations.BootstrapDialog4ExclusionsModule;
module com.jwebmp.plugins.bootstrap.dialog4 {
exports com.jwebmp.plugins.bootstrap.dialog;
requires com.jwebmp.core;
requires com.jwebmp.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires com.jwebmp.guicedinjection;
provides IPageConfigurator with BSDialogPageConfigurator;
provides IGuiceScanJarExclusions with BootstrapDialog4ExclusionsModule;
provides IGuiceScanModuleExclusions with BootstrapDialog4ExclusionsModule;
opens com.jwebmp.plugins.bootstrap.dialog to com.fasterxml.jackson.databind, com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy