Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.38 KB

README.adoc

File metadata and controls

31 lines (23 loc) · 1.38 KB

logo

Apache License, Version 2.0 Build Status

mmm-ui-api-controller

Maven Central base JavaDoc

The module mmm-ui-api-controller provides support for navigation (routing) via a simple but powerful MVC approach. You only need to implement a minimal controler per view to make your client modular, maintainable, and flexible. See the JavaDoc link for further details.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-ui-api-controller</artifactId>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.ui.api.controller;

Overview

mmm-ui-api-controller