ugins.iconsets.jwebmp-themify-icons.1.0.13.2-jre12.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-themify-icons Show documentation
Show all versions of jwebmp-themify-icons Show documentation
The JWebSwing implementation for Themify Icons
module com.jwebmp.plugins.themify.icons {
exports com.jwebmp.plugins.themify.icons;
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.themify.icons.ThemifyIconsPageConfigurator;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.themify.icons.implementations.ThemifyIconsExclusionsModule;
//opens com.jwebmp.plugins.themify to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.themify.icons to com.fasterxml.jackson.databind, com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy