ugins.iconsets.jwebmp-glyphicons.1.0.13.1-jre13.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-glyphicons Show documentation
Show all versions of jwebmp-glyphicons Show documentation
The JWebSwing implementation for glyphicons
module com.jwebmp.plugins.glyphicons {
exports com.jwebmp.plugins.glyphicons;
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.glyphicons.GlyphiconsPageConfigurator;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.glyphicons.implementations.GlyphiconsExclusionsModule;
opens com.jwebmp.plugins.glyphicons to com.fasterxml.jackson.databind, com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy