Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.36 KB

README.adoc

File metadata and controls

29 lines (21 loc) · 1.36 KB

logo

Apache License, Version 2.0 Build Status

mmm-ui-spi

Maven Central apidoc

The module mmm-ui-spi-all provides the service provider interface (SPI) of mmm-ui-api. It contains the generic and toolkit-agnostic part of the implementation that is shared between all implementations.

For motivation and details see the documnetation.

Usage

Maven Dependency:

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

Module Dependency:

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