exdev.materialfx.11.10.1.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 materialfx Show documentation
Show all versions of materialfx Show documentation
Material Desgin components for JavaFX
module MaterialFX.materialfx.main {
requires javafx.controls;
requires javafx.fxml;
requires javafx.graphics;
requires java.desktop;
requires reactfx;
requires org.apache.logging.log4j;
exports io.github.palexdev.materialfx;
exports io.github.palexdev.materialfx.beans;
exports io.github.palexdev.materialfx.beans.binding;
exports io.github.palexdev.materialfx.collections;
exports io.github.palexdev.materialfx.controls;
exports io.github.palexdev.materialfx.controls.base;
exports io.github.palexdev.materialfx.controls.cell;
exports io.github.palexdev.materialfx.controls.enums;
exports io.github.palexdev.materialfx.controls.factories;
exports io.github.palexdev.materialfx.controls.flowless;
exports io.github.palexdev.materialfx.controls.legacy;
exports io.github.palexdev.materialfx.effects;
exports io.github.palexdev.materialfx.filter;
exports io.github.palexdev.materialfx.font;
exports io.github.palexdev.materialfx.notifications;
exports io.github.palexdev.materialfx.selection;
exports io.github.palexdev.materialfx.selection.base;
exports io.github.palexdev.materialfx.skins;
exports io.github.palexdev.materialfx.skins.legacy;
exports io.github.palexdev.materialfx.utils;
exports io.github.palexdev.materialfx.validation;
exports io.github.palexdev.materialfx.validation.base;
}