ugins.graphing.jwebmp-d3.1.0.20.0.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-d3 Show documentation
Show all versions of jwebmp-d3 Show documentation
The JWebSwing implementation for D3 Graphing
module com.jwebmp.plugins.d3 {
exports com.jwebmp.plugins.d3;
requires com.jwebmp.core;
requires com.guicedee.logmaster;
requires java.validation;
requires com.guicedee.guicedinjection;
provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.d3.D3PageConfigurator;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.d3.implementations.D3ExclusionsModule;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy