mmm-ui-tvm-core

Implementation of user-interface framework based on TeaVM.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-ui-tvm-core
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-ui-tvm-core
Implementation of user-interface framework based on TeaVM.
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-tvm/tree/master

Download mmm-ui-tvm-core

How to add to project

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

Dependencies

compile (4)

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
io.github.m-m-m : mmm-tvm-core jar 0.2.0
io.github.m-m-m : mmm-tvm-time jar 0.2.0

provided (1)

Group / Artifact Type Version
org.teavm : teavm-classlib jar 0.7.0-dev-1185

Project Modules

There are no modules declared in this project.

logo

Apache License, Version 2.0 Build Status

mmm-ui-tvm

Maven Central apidoc

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;
io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0