Jar examples for c:cli
Using annotations you can make very succinct main methods that don't need to know how to parse command line arguments with either fields, properties, or method based injection.
You can download jar file cli 0.3.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add cli-0.3.0.jar to your project.
<dependency> <groupId>de.prauscher</groupId> <artifactId>cli</artifactId> <version>0.3.0</version> </dependency>
compile group: 'de.prauscher', name: 'cli', version: '0.3.0'
libraryDependencies += "de.prauscher" % "cli" % "0.3.0"
<dependency org="de.prauscher" name="cli" rev="0.3.0"/>
@Grapes(@Grab(group='de.prauscher', module='cli', version='0.3.0'))
'de.prauscher:cli:jar:0.3.0'
Click the following link to download the jar file.
cli-0.3.0-javadoc.jar