is not current version
Last Version 1.3.0

com.github.piotrkot:cli 1.0.0

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

cli
Version

Version

1.0.0
Type

Type

jar

Download cli 1.0.0


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