is not current version
Last Version 1.1.1

net.windwards:options 1.0.3

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.

Categories

Categories

Net
GroupId

GroupId

net.windwards
ArtifactId

ArtifactId

options
Version

Version

1.0.3
Type

Type

jar

Download options 1.0.3


<!-- https://jarcasting.com/artifacts/net.windwards/options/ -->
<dependency>
    <groupId>net.windwards</groupId>
    <artifactId>options</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.windwards/options/
implementation 'net.windwards:options:1.0.3'
// https://jarcasting.com/artifacts/net.windwards/options/
implementation ("net.windwards:options:1.0.3")
'net.windwards:options:jar:1.0.3'
<dependency org="net.windwards" name="options" rev="1.0.3">
  <artifact name="options" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.windwards', module='options', version='1.0.3')
)
libraryDependencies += "net.windwards" % "options" % "1.0.3"
[net.windwards/options "1.0.3"]