mmm-ui-spi
The module mmm-ui-spi
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;