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