Last Version

net.windwards:options-jdk7-valueparsers 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-jdk7-valueparsers
Version

Version

1.1.1
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-jdk7-valueparsers 1.1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
net.windwards : options jar 1.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

There are no modules declared in this project.