e10.jwebmp-plus-as-tab.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-plus-as-tab Show documentation
Show all versions of jwebmp-plus-as-tab Show documentation
The JWebSwing implementation for Plus As Tab Plugin
The newest version!
import com.jwebmp.core.services.IPageConfigurator;
import com.jwebmp.plugins.plusastab.PlusAsTabPageConfigurator;
module com.jwebmp.plugins.plusastab {
exports com.jwebmp.plugins.plusastab;
requires com.jwebmp.core;
requires com.jwebmp.logmaster;
requires com.fasterxml.jackson.annotation;
requires java.validation;
requires java.logging;
provides IPageConfigurator with PlusAsTabPageConfigurator;
opens com.jwebmp.plugins.plusastab to com.fasterxml.jackson.databind,com.jwebmp.core;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy