-m.mmm-ui-fx-icon-fontawesome.0.9.8.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 mmm-ui-fx-icon-fontawesome Show documentation
Show all versions of mmm-ui-fx-icon-fontawesome Show documentation
Provides the icons for mmm-ui-fx-icon using FontAwesome.
/*
* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Provides the implementation of UI media widgets based on JavaFx.
*
* @provides io.github.mmm.ui.fx.icon.FxIconGlyphFactory
*/
module io.github.mmm.ui.fx.icon.fontawesome {
requires transitive io.github.mmm.ui.fx.icon;
provides io.github.mmm.ui.fx.icon.FxIconGlyphFactory
with io.github.mmm.ui.fx.icon.fontawesome.FxIconGlyphFactoryFontAwesome;
}