e10.jwebmp-dynamic-source-code-viewer.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-dynamic-source-code-viewer Show documentation
Show all versions of jwebmp-dynamic-source-code-viewer Show documentation
The JWebSwing implementation for the Dynamic Source Code Viewer
The newest version!
import com.jwebmp.core.services.IPageConfigurator;
import com.jwebmp.plugins.dynamicsourcecode.DynamicSourceCodePageConfigurator;
module com.jwebmp.plugins.dynamicsourcecode {
exports com.jwebmp.plugins.dynamicsourcecode;
requires com.jwebmp.core;
requires com.jwebmp.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires com.jwebmp.guicedservlets;
requires java.logging;
requires com.jwebmp.plugins.google.sourceprettify;
provides IPageConfigurator with DynamicSourceCodePageConfigurator;
opens com.jwebmp.plugins.dynamicsourcecode to com.fasterxml.jackson.databind,com.jwebmp.core;
}