mmm-ui-api-format

API for format widgets (for structured text such as HTML or source-code).

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

io.github.m-m-m
Идентификатор

Идентификатор

mmm-ui-api-format
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

mmm-ui-api-format
API for format widgets (for structured text such as HTML or source-code).
Ссылка на сайт

Ссылка на сайт

https://m-m-m.github.io/
Организация-разработчик

Организация-разработчик

mmm-team
Система контроля версий

Система контроля версий

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

Скачать mmm-ui-api-format

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.github.m-m-m : mmm-ui-api-core jar 0.2.0

Модули Проекта

Данный проект не имеет модулей.

logo

Apache License, Version 2.0 build-status

mmm-ui-api

The project mmm-ui-api provides an abstraction API for user-interfaces (UI). This allows to build a powerful UI independent of the actual toolkit. You can write portable UI code that can run

  • as native JavaFx application using mmm-ui-fx

  • as web-app in the browser using mmm-ui-tvm

  • as mobile app for android devices using mmm-ui-android

  • as dummy implementation for automated unit tests using mmm-ui-test

  • …​in the future we might implement more alternatives such as iOS or SWT

For motivation and details see the wiki or JavaDoc (click on the badgets below). In order to implement your client (with UI) you only need to depend on modules from this API. Therefore, you will typically build a module for your client that is portable. Dependencies to the implementation of this UI are only needed at runtime. You can create modules for each toolkit or technology you want support for your client where you add the dependency to the specific implementation and just one or few classes to bind and launch the client. Details how to do that can be found in the documentation of the actual UI implementation or you can have a look at our ui-demo.

Overview

io.github.m-m-m

Marvelous-Micro-Modules

Версии библиотеки

Версия
0.2.0
0.1.1