License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.windwards |
ArtifactId | ArtifactIdoptions-jdk7-valueparsers |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoptions 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.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.windwards : options | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |