| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.windwards | 
| ArtifactId | ArtifactIdoptions | 
| 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. | 
| Filename | Size | 
|---|---|
| options-1.1.1.pom | |
| options-1.1.1.jar | 26 KB | 
| options-1.1.1-sources.jar | 20 KB | 
| options-1.1.1-javadoc.jar | 170 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.0 |