net.windwards: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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.windwards
ArtifactId

ArtifactId

options
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

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.

Download options

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1
1.0.3