is not current version
Last Version 1.1

com.github.thorbenkuck:CLIParser 1.0

A Strategy based CLI Parser

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

CLIParser
Version

Version

1.0
Type

Type

jar

Download CLIParser 1.0


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