mmm-ui-fx-core

Implementation of user-interface framework based on JavaFx.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-ui-fx-core
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-ui-fx-core
Implementation of user-interface framework based on JavaFx.
Project URL

Project URL

https://m-m-m.github.io/
Project Organization

Project Organization

mmm-team
Source Code Management

Source Code Management

https://github.com/m-m-m/ui-fx/tree/master

Download mmm-ui-fx-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-fx-core/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm-ui-fx-core</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-fx-core/
implementation 'io.github.m-m-m:mmm-ui-fx-core:0.2.0'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-fx-core/
implementation ("io.github.m-m-m:mmm-ui-fx-core:0.2.0")
'io.github.m-m-m:mmm-ui-fx-core:jar:0.2.0'
<dependency org="io.github.m-m-m" name="mmm-ui-fx-core" rev="0.2.0">
  <artifact name="mmm-ui-fx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-ui-fx-core', version='0.2.0')
)
libraryDependencies += "io.github.m-m-m" % "mmm-ui-fx-core" % "0.2.0"
[io.github.m-m-m/mmm-ui-fx-core "0.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
io.github.m-m-m : mmm-ui-spi-core jar 0.2.0
io.github.m-m-m : mmm-ui-api-form jar 0.2.0
org.openjfx : javafx-controls jar 15

Project Modules

There are no modules declared in this project.

logo

Apache License, Version 2.0 Build Status

mmm-ui-fx

Maven Central apidoc

The module mmm-ui-fx 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;
io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0
0.1.2
0.1.1