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

ugins.graphing.jwebmp-jqplot.1.1.0.5-jre15.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
module com.jwebmp.plugins.jqplot {
	exports com.jwebmp.plugins.jqplot;
	exports com.jwebmp.plugins.jqplot.parts;
	exports com.jwebmp.plugins.jqplot.parts.interfaces;
	exports com.jwebmp.plugins.jqplot.options;
	exports com.jwebmp.plugins.jqplot.options.axis;
	exports com.jwebmp.plugins.jqplot.options.grid;
	exports com.jwebmp.plugins.jqplot.options.legends;
	exports com.jwebmp.plugins.jqplot.options.series;
	exports com.jwebmp.plugins.jqplot.options.ticks;
	exports com.jwebmp.plugins.jqplot.options.title;

	exports com.jwebmp.plugins.jqplot.graphs;
	exports com.jwebmp.plugins.jqplot.graphs.display;
	exports com.jwebmp.plugins.jqplot.references;

	requires com.jwebmp.core;
	requires com.guicedee.logmaster;

	requires jakarta.validation;
	requires java.logging;
	requires com.guicedee.guicedinjection;

	provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.jqplot.JQPlotPageConfigurator;

	provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.jqplot.implementations.JQPlotExclusionsModule;

	opens com.jwebmp.plugins.jqplot to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.parts to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.parts.interfaces to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.options to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.options.axis to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.options.grid to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.options.legends to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.options.series to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.options.ticks to com.fasterxml.jackson.databind, com.jwebmp.core;
	opens com.jwebmp.plugins.jqplot.options.title to com.fasterxml.jackson.databind, com.jwebmp.core;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy