Download jcli-1.0-alpha-3.jar file - Jar j

Jar examples for j:jcli

Description

A Java library for parsing and validating CLI arguments (and Strings formatted alike).

You can download jar file jcli 1.0-alpha-3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jcli-1.0-alpha-3.jar to your project.

<dependency>
   <groupId>org.cyclopsgroup</groupId>
   <artifactId>jcli</artifactId>
   <version>1.0-alpha-3</version>
</dependency>
compile group: 'org.cyclopsgroup', name: 'jcli', version: '1.0-alpha-3'
libraryDependencies += "org.cyclopsgroup" % "jcli" % "1.0-alpha-3"
<dependency org="org.cyclopsgroup" name="jcli" rev="1.0-alpha-3"/>
@Grapes(@Grab(group='org.cyclopsgroup', module='jcli', version='1.0-alpha-3'))
'org.cyclopsgroup:jcli:jar:1.0-alpha-3'

Download

Click the following link to download the jar file.

jcli-1.0-alpha-3.jar
jcli-1.0-alpha-3.pom



Related Tutorials