Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.16 KB

README.adoc

File metadata and controls

28 lines (21 loc) · 1.16 KB

logo

Apache License, Version 2.0 Build Status

mmm-ui-fx

Maven Central apidoc

The module mmm-ui-fx-all provides the implementation of the UI API for JavaFx. See the JavaDoc link for further details.

Usage

[ Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-ui-fx-all</artifactId>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.ui.fx.all;