Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.23 KB

README.adoc

File metadata and controls

32 lines (25 loc) · 1.23 KB

logo

Apache License, Version 2.0 Build Status

mmm-cli

Maven Central base JavaDoc

The module mmm-cli provides simple and minimalistic support for handling command-line-interface (CLI) arguments.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-cli</artifactId>
  <!-- <version>${mmmVersion}</version> -->
</dependency>

Gradle Dependency:

implementation 'io.github.m-m-m:mmm-cli:${mmmVersion}'

For ${mmmVersion} please fill in the latest version that you can find in the badge above.

Module Dependency:

  requires transitive io.github.mmm.cli;