Download cli-0.5.1.jar file - Jar c

Jar examples for c:cli

Description

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.5.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.bq.corbel.lib</groupId>
   <artifactId>cli</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'com.bq.corbel.lib', name: 'cli', version: '0.5.1'
libraryDependencies += "com.bq.corbel.lib" % "cli" % "0.5.1"
<dependency org="com.bq.corbel.lib" name="cli" rev="0.5.1"/>
@Grapes(@Grab(group='com.bq.corbel.lib', module='cli', version='0.5.1'))
'com.bq.corbel.lib:cli:jar:0.5.1'

Download

Click the following link to download the jar file.

cli-0.5.1-javadoc.jar
cli-0.5.1-sources.jar
cli-0.5.1.jar
cli-0.5.1.pom



Related Tutorials