mmm-ui-spi-parent

Service Provider Interface (SPI) of mmm-ui-api to be shared between implementations.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-ui-spi-parent
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

mmm-ui-spi-parent
Service Provider Interface (SPI) of mmm-ui-api to be shared between implementations.
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-spi/tree/master

Download mmm-ui-spi-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

logo

Apache License, Version 2.0 build-status

mmm-ui-spi

Maven Central apidoc

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

Marvelous-Micro-Modules

Versions

Version
0.2.0
0.1.1