License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.windwards |
ArtifactId | ArtifactIdoptions-parent |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWindwards 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.
|
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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |