com.github.tmarsteel:jCLI

A Java library for parsing and validating CLI arguments (and Strings formatted alike).

License

License

GNU General Public License Version 2
Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.tmarsteel
ArtifactId

ArtifactId

jcli
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.tmarsteel:jCLI
A Java library for parsing and validating CLI arguments (and Strings formatted alike).
Project URL

Project URL

https://github.com/tmarsteel/jcli

Download jcli

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.8.9
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.0