Commons CLI.
Commons CLI provides a simple API for presenting, processing and validating a command line interface..
Here is the list of declaration for commons-cli. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.2</version> </dependency>
If you think this Maven repository POM file listing for commons-cli is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The commons-cli-1.2 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
The following table lists the most popular artifacts which are depending on commons-cli-1.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Inversion of Control | java-cl-parser 3.1.0 This parser strives to achieve an elegant, ioc-type interface to make launching command-line projects effortless. | 10 |
Groovy | groovy 1.7.5 Groovy: A powerful, dynamic language for the JVM | 27 |
Groovy | groovy 2.1.1 Groovy: A powerful, dynamic language for the JVM | 5 |
Document Database | hbase 0.94.3 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 28 |
Document Database | hbase 0.94.14 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 8 |
Document Database | cassandra-unit 2.0.2.0 Test framekork to develop with Cassandra | 35 |
Testing Coding Style | checkstyle 5.5 Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard | 32 |
Groovy | groovy 1.7.0 Groovy: A powerful, dynamic language for the JVM | 8 |
Groovy | groovy 1.8.9 Groovy: A powerful, dynamic language for the JVM | 5 |
Network | littleproxy 1.0.0-beta7 LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework. | 6 |
Document Database | hbase 0.94.6.1 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 19 |
Groovy | groovy 2.0.2 Groovy: A powerful, dynamic language for the JVM | 6 |
Groovy | groovy 1.7.3 Groovy: A powerful, dynamic language for the JVM | 7 |
Groovy | groovy 2.0.6 Groovy: A powerful, dynamic language for the JVM | 6 |
Database | hive-common 0.8.0 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 5 |
Groovy | groovy 1.7.9 Groovy: A powerful, dynamic language for the JVM | 33 |
Jetty | testing-tools 1.2.2 Tools that for automated testing of clients of web-services. This package includes a simple HTTP Server Simulator based on Jetty, which supports SSL. | 13 |
Database | hive-common 0.9.0 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 6 |
Groovy | groovy 1.7.10 Groovy: A powerful, dynamic language for the JVM | 5 |
Groovy | groovy 2.1.5 Groovy: A powerful, dynamic language for the JVM | 7 |
Groovy | groovy 1.8.8 Groovy: A powerful, dynamic language for the JVM | 5 |
Development | vt-crypt 2.1.4 Library for performing common cryptographic operations | 13 |
Document Database | hbase 0.94.12 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 5 |
Groovy | groovy 1.7.8 Groovy: A powerful, dynamic language for the JVM | 40 |
Groovy | groovy 2.1.0 Groovy: A powerful, dynamic language for the JVM | 5 |
Groovy | groovy 2.1.2 Groovy: A powerful, dynamic language for the JVM | 5 |
Database | hive-common 0.8.1 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 6 |
Inversion of Control | java-cl-parser 3.1.2 This parser strives to achieve an elegant, ioc-type interface to make launching command-line projects effortless. | 15 |
Groovy | groovy 1.6.2 Groovy: A powerful, dynamic language for the JVM | 21 |
Groovy | groovy 2.2.0-beta-1 Groovy: A powerful, dynamic language for the JVM | 5 |
The following plugins are used in the commons-cli-1.2.jar
The following packages are defined in the commons-cli-1.2.jar
org.apache.commons.cli
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>11</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.2</version> <name>Commons CLI</name> <inceptionYear>2002</inceptionYear> <description> Commons CLI provides a simple API for presenting, processing and validating a command line interface. </description> <url>http://commons.apache.org/cli/</url> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/CLI</url> </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x/</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/</url> </scm> <contributors> <contributor> <name>Peter Donald</name> <roles> <role>contributed ideas and code from Avalon Excalibur's cli package</role> </roles> </contributor> <contributor> <name>Brian Egge</name> <roles> <role>made the 1.1 release happen</role> </roles> </contributor> <contributor> <name>Berin Loritsch</name> <email>bloritsch@apache.org</email> <roles> <role>helped in the Avalon CLI merge</role> </roles> </contributor> <contributor> <name>Peter Maddocks</name> <email>peter_maddocks@hp.com</email> <organization>Hewlett-Packard</organization> <roles> <role>supplied patch</role> </roles> </contributor> <contributor> <name>Andrew Shirley</name> <roles> <role>lots of fixes for 1.1</role> </roles> </contributor> </contributors> <dependencies> <!-- used for unit tests --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <properties> <maven.compile.source>1.4</maven.compile.source> <maven.compile.target>1.4</maven.compile.target> <commons.componentid>cli</commons.componentid> <commons.release.version>1.2</commons.release.version> <commons.release.name>commons-cli-${commons.release.version}</commons.release.name> <commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName> <commons.binary.suffix /> <commons.jira.id>CLI</commons.jira.id> <commons.jira.pid>12310463</commons.jira.pid> <!-- The RC version used in the staging repository URL. --> <commons.rc.version>RC7</commons.rc.version> </properties> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <resources> <resource> <directory>.</directory> <targetPath>META-INF</targetPath> <includes> <include>NOTICE.txt</include> <include>LICENSE.txt</include> </includes> </resource> </resources> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/assembly/bin.xml</descriptor> <descriptor>src/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ant-plugin</artifactId> <version>2.1.1-SNAPSHOT</version> </plugin> --> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>1.2</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>src/conf/checkstyle.xml</configLocation> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.2.1</version> <configuration> <comparisonVersion>1.1</comparisonVersion> </configuration> </plugin> </plugins> </reporting> <profiles> <!-- Profile to let Gump choose the name of the jar file generated --> <profile> <id>gump</id> <activation> <property> <name>maven.final.name</name> </property> </activation> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <finalName>${maven.final.name}</finalName> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>rc</id> <distributionManagement> <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> <site> <id>apache.website</id> <name>Apache Commons Release Candidate Staging Site</name> <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url> </site> </distributionManagement> </profile> </profiles> </project>