ugins.forms.jwebmp-data-tables.1.0.2.16-jre13.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-data-tables Show documentation
Show all versions of jwebmp-data-tables Show documentation
The JWebSwing implementation for Data Tables
module com.jwebmp.plugins.datatable {
exports com.jwebmp.plugins.datatable;
exports com.jwebmp.plugins.datatable.options;
exports com.jwebmp.plugins.datatable.options.buttons;
exports com.jwebmp.plugins.datatable.options.responsive;
exports com.jwebmp.plugins.datatable.enumerations;
exports com.jwebmp.plugins.datatable.events;
exports com.jwebmp.plugins.datatable.search;
requires com.jwebmp.core;
requires com.guicedee.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires com.google.guice;
requires com.guicedee.guicedinjection;
requires javax.servlet.api;
requires io.github.classgraph;
requires java.logging;
requires com.google.common;
requires com.guicedee.guicedservlets;
requires org.apache.commons.lang3;
provides com.jwebmp.core.services.IPageConfigurator with com.jwebmp.plugins.datatable.DataTablePageConfigurator;
provides com.guicedee.guicedservlets.services.IGuiceSiteBinder with com.jwebmp.plugins.datatable.DataTablesSiteBinder;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.jwebmp.plugins.datatable.implementations.DataTablesExclusionsModule;
provides com.guicedee.guicedinjection.interfaces.IGuiceScanJarExclusions with com.jwebmp.plugins.datatable.implementations.DataTablesExclusionsModule;
opens com.jwebmp.plugins.datatable to com.fasterxml.jackson.databind, com.jwebmp.core, com.google.guice;
opens com.jwebmp.plugins.datatable.enumerations to com.fasterxml.jackson.databind, com.jwebmp.core, com.google.guice;
opens com.jwebmp.plugins.datatable.events to com.fasterxml.jackson.databind, com.jwebmp.core, com.google.guice;
opens com.jwebmp.plugins.datatable.options to com.fasterxml.jackson.databind, com.jwebmp.core, com.google.guice;
opens com.jwebmp.plugins.datatable.options.buttons to com.fasterxml.jackson.databind, com.jwebmp.core, com.google.guice;
opens com.jwebmp.plugins.datatable.options.responsive to com.fasterxml.jackson.databind, com.jwebmp.core, com.google.guice;
opens com.jwebmp.plugins.datatable.search to com.fasterxml.jackson.databind, com.jwebmp.core, com.google.guice;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy