Prauschers CLI

CLI using Javas reflection API

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

de.prauscher
ArtifactId

ArtifactId

cli
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Prauschers CLI
CLI using Javas reflection API
Project URL

Project URL

https://github.com/prauscher/java-cli
Source Code Management

Source Code Management

https://github.com/prauscher/java-cli

Download cli

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
jline : jline jar 2.13

Project Modules

There are no modules declared in this project.

de.prauscher.cli

this package provides a simple to use command line interpreter for Java. It works by adding annotations to methods, which are then called by the CLI.

It is also capable of passing and casting arguments from the UI to the methods and provides a basic system to list available commands and give brief explanations.

You find examples beneath "rsc".

Versions

Version
1.1.0
1.0.0
0.3.0
0.2.0
0.1.0