Download options-1.4.jar file - Jar o

Jar examples for o:options

Description

options is a Java toolkit for parsing command line options. It focuses on ease-of-use. It uses annotations to declare valid options and takes care not to intrude on your class structure. It adheres to the GNU getopt style of options.

You can download jar file options 1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add options-1.4.jar to your project.

<dependency>
   <groupId>com.headius</groupId>
   <artifactId>options</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'com.headius', name: 'options', version: '1.4'
libraryDependencies += "com.headius" % "options" % "1.4"
<dependency org="com.headius" name="options" rev="1.4"/>
@Grapes(@Grab(group='com.headius', module='options', version='1.4'))
'com.headius:options:jar:1.4'

Download

Click the following link to download the jar file.

options-1.4-javadoc.jar
options-1.4-sources.jar
options-1.4.jar
options-1.4.pom



Related Tutorials