Download jcommander-2.0.0.jar file

Introduction

You can download jcommander-2.0.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

jcommander-2.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/de.weltraumschaf.commons/jcommander/pom.properties
META-INF/maven/de.weltraumschaf.commons/jcommander/pom.xml
de.weltraumschaf.commons.jcommander.JCommanderImproved.class

Pom

jcommander-2.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>de.weltraumschaf.commons</groupId>
        <artifactId>reactor</artifactId>
        <version>2.0.0</version>
    </parent>

    <groupId>de.weltraumschaf.commons</groupId>
    <artifactId>jcommander</artifactId>
    <packaging>jar</packaging>

    <name>Commons JCommander</name>
    <description>
        Handy extensions for JCommander.
    </description>

    <properties>
        <maven.pmd.rulesetfiles>${project.parent.basedir}/src/main/config/pmd.xml</maven.pmd.rulesetfiles>
        <maven.findbugs.excludefilterfile>${project.parent.basedir}/src/main/config/findbugs-exclude.xml</maven.findbugs.excludefilterfile>
        <maven.findbugs.includefilterfile>${project.parent.basedir}/src/main/config/findbugs-include.xml</maven.findbugs.includefilterfile>

        <dependency.jcommander.version>1.35</dependency.jcommander.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>de.weltraumschaf.commons</groupId>
            <artifactId>validate</artifactId>
            <version>${project.parent.version}</version>
        </dependency>

        <dependency>
            <groupId>com.beust</groupId>
            <artifactId>jcommander</artifactId>
            <version>${dependency.jcommander.version}</version>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-site-plugin</artifactId>
                <inherited>true</inherited>
                <configuration>
                    <reportPlugins>
                        <plugin>
                            <artifactId>maven-project-info-reports-plugin</artifactId>
                            <reportSets>
                                <reportSet>
                                    <reports>
                                        <report>index</report>
                                        <report>dependencies</report>
                                        <report>dependency-convergence</report>
                                    </reports>
                                </reportSet>
                            </reportSets>
                        </plugin>
                    </reportPlugins>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>de.weltraumschaf.commons</groupId>
   <artifactId>jcommander</artifactId>
   <version>2.0.0</version>
</dependency>

Download

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



Download jcommander-2.0.0.jar file




PreviousNext

Related