Download cli-parser-1.0.jar file - Jar c

Jar examples for c:cli-parser

Description

An annotation-based command line interface parser.

You can download jar file cli-parser 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cli-parser-1.0.jar to your project.

<dependency>
   <groupId>com.github.spullara.cli-parser</groupId>
   <artifactId>cli-parser</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.spullara.cli-parser', name: 'cli-parser', version: '1.0'
libraryDependencies += "com.github.spullara.cli-parser" % "cli-parser" % "1.0"
<dependency org="com.github.spullara.cli-parser" name="cli-parser" rev="1.0"/>
@Grapes(@Grab(group='com.github.spullara.cli-parser', module='cli-parser', version='1.0'))
'com.github.spullara.cli-parser:cli-parser:jar:1.0'

Download

Click the following link to download the jar file.

cli-parser-1.0-javadoc.jar
cli-parser-1.0-sources.jar
cli-parser-1.0.jar
cli-parser-1.0.pom



Related Tutorials