olboxfx.21.0.5.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 toolboxfx Show documentation
Show all versions of toolboxfx Show documentation
ToolboxFX contains a collection of useful tools
module eu.hansolo.toolboxfx {
// Java
requires java.base;
// Java-FX
requires javafx.base;
requires javafx.graphics;
requires javafx.controls;
requires javafx.swing;
// 3rd Party
requires transitive eu.hansolo.toolbox;
opens eu.hansolo.toolboxfx to eu.hansolo.toolbox;
opens eu.hansolo.toolboxfx.evt.type to eu.hansolo.toolbox;
opens eu.hansolo.toolboxfx.font to eu.hansolo.toolbox;
opens eu.hansolo.toolboxfx.geom to eu.hansolo.toolbox;
exports eu.hansolo.toolboxfx;
exports eu.hansolo.toolboxfx.evt.type;
exports eu.hansolo.toolboxfx.font;
exports eu.hansolo.toolboxfx.geom;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy