CommandManager CLI Package

Manage commands with CLI

License

License

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

info.informationsea.commandmanager
ArtifactId

ArtifactId

commandmanager-cli
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

CommandManager CLI Package
Manage commands with CLI
Project URL

Project URL

https://github.com/informationsea/commandmanager
Source Code Management

Source Code Management

https://github.com/informationsea/commandmanager/

Download commandmanager-cli

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : slf4j-simple jar 1.7.12
args4j : args4j jar 2.32
info.informationsea.commandmanager : commandmanager-core jar 0.0.6
jline : jline jar 2.12.1

Project Modules

There are no modules declared in this project.

CommandManager Build Status

Command manager is a library to build interactive command line shell or graphical shell from an args4j annotated command object.

Examples

Author

  • Yasunobu OKAMURA

License

CommandManager : manage commands
Copyright (C) 2015 Yasunobu OKAMURA

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1