commandline-tools

This library helps building java commandline application implementing command design pattern

License

License

GroupId

GroupId

com.acidmanic
ArtifactId

ArtifactId

commandline-base
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

commandline-tools
This library helps building java commandline application implementing command design pattern
Project URL

Project URL

https://github.com/Acidmanic/command-line-base
Source Code Management

Source Code Management

https://github.com/Acidmanic/command-line-base

Download commandline-base

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.acidmanic : console-tools jar 1.0.0
com.acidmanic : lightweight-logger jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.2.0
1.0.4
1.0.2
1.0.1