Commons CLI provides a simple API for working with the command line arguments and options.
| JAR File | Download (30 KB) |
|---|---|
| POM File | View |
| Version URL | |
| Organization | |
| Issue Tracker |
| Apache Maven |
|---|
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0</version>
</dependency>
|
| Apache Ivy |
|---|
<dependency org="commons-cli" name="commons-cli" rev="1.0"/> |
| Groovy Grape |
|---|
@Grapes(
@Grab(group='commons-cli', module='commons-cli', version='1.0')
)
|
| Group | Artifact | Version |
|---|---|---|
| commons-lang | commons-lang | 1.0 |
| commons-logging | commons-logging | 1.0 |
| junit | junit | 3.7 |
| Name | Developer Id | Roles | Organization | |
|---|---|---|---|---|
| James Strachan | jstrachan<at>apache.org | jstrachan | SpiritSoft, Inc. | |
| John Keyes | jbjk<at>mac.com | jkeyes | integral Source | |
| bob mcwhirter | bob<at>werken.com | bob | Werken |
| org.apache.commons.cli |