Jar examples for o:options
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.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add options-1.0.jar to your project.
<dependency> <groupId>com.headius</groupId> <artifactId>options</artifactId> <version>1.0</version> </dependency>
compile group: 'com.headius', name: 'options', version: '1.0'
libraryDependencies += "com.headius" % "options" % "1.0"
<dependency org="com.headius" name="options" rev="1.0"/>
@Grapes(@Grab(group='com.headius', module='options', version='1.0'))
'com.headius:options:jar:1.0'
Click the following link to download the jar file.
options-1.0-javadoc.jar