mmm-cli

Module to build a command-line-interface and parse arguments easier.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-cli
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-cli
Module to build a command-line-interface and parse arguments easier.
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/cli/tree/master

Download mmm-cli

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.github.m-m-m : mmm-base jar 0.2.0

Project Modules

There are no modules declared in this project.

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>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.cli;
io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0
0.1.1