fxtras-controls.10.0-r1.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 jfxtras-controls Show documentation
Show all versions of jfxtras-controls Show documentation
Miscellaneous components for JavaFX
module jfxtras.controls {
exports jfxtras.scene.control;
exports jfxtras.internal.scene.control.skin to jfxtras.agenda;
requires transitive jfxtras.fxml;
requires transitive jfxtras.common;
requires transitive java.logging;
}