The module mmm-cli
provides simple and minimalistic support for handling command-line-interface (CLI) arguments.
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;