mmm-ui-tvm
The module mmm-ui-tvm
provides the implementation of the UI API for the web using TeaVM. Your code gets compiled to JavaScript that runs in any modern web-browser. See the JavaDoc link for further details.
Usage
Maven Dependency:
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-ui-tvm</artifactId>
</dependency>
Module Dependency:
requires transitive io.github.mmm.ui.tvm;