is not current version
Last Version 1.3.0

com.github.codemonstur:jcli 0.9.4

A command line parser

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.codemonstur
ArtifactId

ArtifactId

jcli
Version

Version

0.9.4
Type

Type

jar

Download jcli 0.9.4


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