Download cli-1.0.0.jar file

Introduction

You can download cli-1.0.0.jar in this page.

License

MIT License

Type List

cli-1.0.0.jar file has the following types.

META-INF/ECLIPSEF.RSA
META-INF/ECLIPSEF.SF
META-INF/MANIFEST.MF
META-INF/eclipse.inf
about.html
about_files/LICENSE.txt
about_files/README.txt
org.apache.commons.cli.AlreadySelectedException.class
org.apache.commons.cli.BasicParser.class
org.apache.commons.cli.CommandLine.class
org.apache.commons.cli.CommandLineParser.class
org.apache.commons.cli.GnuParser.class
org.apache.commons.cli.HelpFormatter.class
org.apache.commons.cli.MissingArgumentException.class
org.apache.commons.cli.MissingOptionException.class
org.apache.commons.cli.Option.class
org.apache.commons.cli.OptionBuilder.class
org.apache.commons.cli.OptionGroup.class
org.apache.commons.cli.Options.class
org.apache.commons.cli.ParseException.class
org.apache.commons.cli.Parser.class
org.apache.commons.cli.PatternOptionBuilder.class
org.apache.commons.cli.PosixParser.class
org.apache.commons.cli.TypeHandler.class
org.apache.commons.cli.UnrecognizedOptionException.class
plugin.properties

Pom

cli-1.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mod4j.org.apache.commons</groupId>
  <artifactId>cli</artifactId>
  <version>1.0.0</version>
  <name>Apache Jakarta Commons CLI</name>
  <dependencies>
    <dependency>
      <groupId>org.mod4j.org.apache.commons</groupId>
      <artifactId>lang</artifactId>
      <version>[2.0.0,3.0.0)</version>
    </dependency>
    <dependency>
      <groupId>org.mod4j.org.apache.commons</groupId>
      <artifactId>logging</artifactId>
      <version>[1.0.0,2.0.0)</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.mod4j.org.apache.commons</groupId>
   <artifactId>cli</artifactId>
   <version>1.0.0</version>
</dependency>

Download

If you think the following cli-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cli-1.0.0.jar file




PreviousNext

Related