commons-cli(1.2)
Commons cli
Group Id | commons-cli |
Artifact Id | commons-cli |
Version | 1.2 |
Parent | commons-parent |
Packaging | jar |
URL | http://commons.apache.org/cli/ |
Badge |
|
Last Updated | Mar 19, 2009 |
Last Sync Time | Nov 3, 2021 |
Download | Source | Jar | Javadoc | Pom | View All |
Javadoc | Sync Now |
Source | Sync Now |
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.2</version> </dependency>
implementation group: 'commons-cli', name: 'commons-cli', version: '1.2'
implementation 'commons-cli:commons-cli:1.2'
implementation("commons-cli:commons-cli:1.2")
libraryDependencies += "commons-cli" % "commons-cli" % "1.2"
<dependency org="commons-cli" name="commons-cli" rev="1.2"/>
@Grapes( @Grab(group='commons-cli', module='commons-cli', version='1.2') )
[commons-cli/commons-cli "1.2"]
'commons-cli:commons-cli:jar:1.2'
Developers
Name | Developer ID | Organization | Roles |
James Strachan | jstrachan | SpiritSoft, Inc. | |
Bob McWhirter | bob | Werken | [contributed ideas and code from werken.opt] |
John Keyes | jkeyes | integral Source | [contributed ideas and code from Optz] |
Rob Oxspring | roxspring | Indigo Stone | [designed CLI2] |