Download arguments-1.3.jar file - Jar a

Jar examples for a:arguments

Description

A CLI argument parsing library

You can download jar file arguments 1.3 in this page.

License

Simplified BSD License

Build File

You can use the following script to add arguments-1.3.jar to your project.

<dependency>
   <groupId>io.marioslab.basis</groupId>
   <artifactId>arguments</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'io.marioslab.basis', name: 'arguments', version: '1.3'
libraryDependencies += "io.marioslab.basis" % "arguments" % "1.3"
<dependency org="io.marioslab.basis" name="arguments" rev="1.3"/>
@Grapes(@Grab(group='io.marioslab.basis', module='arguments', version='1.3'))
'io.marioslab.basis:arguments:jar:1.3'

Download

Click the following link to download the jar file.

arguments-1.3-javadoc.jar
arguments-1.3-sources.jar
arguments-1.3.jar
arguments-1.3.pom



Related Tutorials