
e10.jwebmp-jquery-ui-themes-nestable.0.59.0.14.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-jquery-ui-themes-nestable Show documentation
Show all versions of jwebmp-jquery-ui-themes-nestable Show documentation
The JWebSwing implementation for JQuery UI Themes that can be nested
The newest version!
import com.jwebmp.core.services.IPageConfigurator;
import com.jwebmp.plugins.jqueryui.themes.JQUINestableThemesPageConfigurator;
module com.jwebmp.plugins.jqueryui {
exports com.jwebmp.plugins.jqueryui.themes;
requires com.jwebmp.core;
requires com.jwebmp.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires java.logging;
provides IPageConfigurator with JQUINestableThemesPageConfigurator;
opens com.jwebmp.plugins.jqueryui.themes to com.fasterxml.jackson.databind,com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy