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.
http://quest.windwards.net/content/options-java-lib-parsing-command-line-options
GNU Lesser General Public License
Quest
Files download
File Operation
options-1.0.3.jar download
options-1.0.3.pom download
options-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.windwards</groupId>
  <artifactId>options</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'net.windwards:options:1.0.3'
Gradle Kotlin
implementation("net.windwards:options:1.0.3")
Scala SBT
libraryDependencies += "net.windwards" % "options" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.windwards', module='options', version='1.0.3')
)
Apache Ivy
<dependency org="net.windwards" name="options" rev="1.0.3" />
Leiningen
[net.windwards/options "1.0.3"]
Apache Buildr
'net.windwards:options:jar:1.0.3'
Dependencies