CLIParser

A Strategy based CLI Parser

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

CLIParser
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

CLIParser
A Strategy based CLI Parser
Project URL

Project URL

https://github.com/ThorbenKuck/CLIParser

Download CLIParser

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0