ugins.graphing.jwebmp-c3.1.0.5.1-jre12.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-c3 Show documentation
Show all versions of jwebmp-c3 Show documentation
The JWebSwing implementation for C3 Graphing
module com.jwebmp.plugins.c3 {
exports com.jwebmp.plugins.c3;
exports com.jwebmp.plugins.c3.options;
exports com.jwebmp.plugins.c3.options.data;
exports com.jwebmp.plugins.c3.series;
requires com.jwebmp.core;
requires com.guicedee.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires com.guicedee.guicedinjection;
provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.c3.C3PageConfigurator;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.c3.implementations.C3ExclusionsModule;
opens com.jwebmp.plugins.c3 to com.fasterxml.jackson.databind, com.jwebmp.core;
opens com.jwebmp.plugins.c3.options to com.fasterxml.jackson.databind, com.jwebmp.core;
opens com.jwebmp.plugins.c3.series to com.fasterxml.jackson.databind, com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy