awesomefx-materialstackicons.2.1-5-9.1.2.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 fontawesomefx-materialstackicons Show documentation
Show all versions of fontawesomefx-materialstackicons Show documentation
Provide WebFont Icons for JavaFX Apps
The newest version!
module de.jensd.fx.glyphs.materialstackicons {
opens de.jensd.fx.glyphs.materialstackicons;
exports de.jensd.fx.glyphs.materialstackicons;
exports de.jensd.fx.glyphs.materialstackicons.demo;
requires de.jensd.fx.glyphs.materialicons;
requires de.jensd.fx.glyphs.commons;
requires java.logging;
requires javafx.controls;
}