ugins.javascript.jwebmp-source-prettify.1.0.1.7-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-source-prettify Show documentation
Show all versions of jwebmp-source-prettify Show documentation
The JWebSwing implementation for Source Code Prettify
module com.jwebmp.plugins.google.sourceprettify {
exports com.jwebmp.plugins.google.sourceprettify;
requires com.jwebmp.core;
requires com.guicedee.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires java.logging;
requires com.guicedee.guicedinjection;
provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.google.sourceprettify.JQSourceCodePrettifyPageConfigurator;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanJarExclusions with com.jwebmp.plugins.google.sourceprettify.implementations.GoogleSourceCodePrettifyExclusionsModule;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.google.sourceprettify.implementations.GoogleSourceCodePrettifyExclusionsModule;
opens com.jwebmp.plugins.google.sourceprettify to com.fasterxml.jackson.databind, com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy