e10.jwebmp-bootstrap4-date-time-picker.0.59.0.14.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-bootstrap4-date-time-picker Show documentation
Show all versions of jwebmp-bootstrap4-date-time-picker Show documentation
The JWebSwing implementation for Bootstrap Date Time Picker Tempus Dominus
The newest version!
import com.jwebmp.core.services.IPageConfigurator;
import com.jwebmp.plugins.bs4datetimepicker.BS4DateTimePageConfigurator;
module com.jwebmp.plugins.bs4datetimepicker {
exports com.jwebmp.plugins.bs4datetimepicker;
exports com.jwebmp.plugins.bs4datetimepicker.events;
exports com.jwebmp.plugins.bs4datetimepicker.interfaces;
exports com.jwebmp.plugins.bs4datetimepicker.options;
requires com.jwebmp.core;
requires com.jwebmp.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires com.jwebmp.plugins.bootstrap4;
provides IPageConfigurator with BS4DateTimePageConfigurator;
opens com.jwebmp.plugins.bs4datetimepicker to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.bs4datetimepicker.interfaces to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.bs4datetimepicker.events to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.bs4datetimepicker.options to com.fasterxml.jackson.databind,com.jwebmp.core;
}