Last Version

Windwards Option Parser 1.1.1

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-parent
Version

Version

1.1.1
Type

Type

pom
Description

Description

Windwards Option Parser
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-parent 1.1.1

Filename Size
options-parent-1.1.1.pom 5 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

  • core
  • options-jdk7-valueparsers