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