All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e10.jwebmp-dynamic-source-code-viewer.0.59.0.14.source-code.module-info Maven / Gradle / Ivy

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy