Last Version

Simple Object-oriented Command Line Interface 1.3.0

Command Line Interface which is very simple and follows Object-oriented practices.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

cli
Version

Version

1.3.0
Type

Type

jar
Description

Description

Simple Object-oriented Command Line Interface
Command Line Interface which is very simple and follows Object-oriented practices.
Project URL

Project URL

https://github.com/piotrkot/simple-cli
Source Code Management

Source Code Management

https://github.com/piotrkot/simple-cli

Download cli 1.3.0


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.13
org.hamcrest : hamcrest-all jar 1.3
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.