
lors.21.0.0.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 colors Show documentation
Show all versions of colors Show documentation
A JavaFX library that contains different color sets
The newest version!
module eu.hansolo.colors {
// Java
requires java.base;
// Java-FX
requires transitive javafx.base;
requires transitive javafx.graphics;
requires transitive javafx.controls;
exports eu.hansolo.colors;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy