MVN

net.windwards : options-parent

Maven & Gradle

Jul 03, 2015

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.

<dependency>
    <groupId>net.windwards</groupId>
    <artifactId>options-parent</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.windwards : options-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of net.windwards : options-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
options-parent-1.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.windwards</groupId>
    <artifactId>options-parent</artifactId>
    <version>1.1.1</version>
</dependency>

Advertisement