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