Jar examples for c:commons-cli
Apache Commons CLI provides a simple API for presenting, processing and validating a command line interface.
You can download jar file commons-cli 1.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-cli-1.3.jar to your project.
<dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.3</version> </dependency>
compile group: 'commons-cli', name: 'commons-cli', version: '1.3'
libraryDependencies += "commons-cli" % "commons-cli" % "1.3"
<dependency org="commons-cli" name="commons-cli" rev="1.3"/>
@Grapes(@Grab(group='commons-cli', module='commons-cli', version='1.3'))
'commons-cli:commons-cli:jar:1.3'
Click the following link to download the jar file.
commons-cli-1.3-javadoc.jar