JOpt Simple.
A Java library for parsing command line options.
Here is the list of declaration for jopt-simple. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> <version>4.6</version> </dependency>
If you think this Maven repository POM file listing for jopt-simple is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The MIT License
URL: http://www.opensource.org/licenses/mit-license.php.
The jopt-simple-4.6 has 5 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 |
---|---|---|
Java Library | joda-time 2.1 Date and time library to replace JDK date handling | 266 |
Build | ant 1.7.0 Apache Ant | 227 |
Testing | hamcrest-all 1.3 A self-contained hamcrest jar containing all of the sub-modules in a single artifact. | 91 |
JUnit | junit 4.11 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. | 2031 |
Testing | continuous-testing-toolkit 1.0 Supporting classes that facilitate continuous testing via Infinitest | 10 |
The following table lists the most popular artifacts which are depending on jopt-simple-4.6. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-core 4.1.1.RELEASE Spring Core | 19 |
Spring | spring-core 4.1.0.RELEASE Spring Core | 8 |
Virtual Machine | jmh-core 0.3 The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM. | 18 |
Spring | spring-core 4.0.6.RELEASE Spring Core | 16 |
Virtual Machine | jmh-core 0.9.5 The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM. | 15 |
Spring | spring-core 4.0.3.RELEASE Spring Core | 20 |
Spring | spring-core 4.1.2.RELEASE Spring Core | 11 |
Spring | spring-core 4.0.7.RELEASE Spring Core | 13 |
Virtual Machine | jmh-core 0.7.1 The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM. | 21 |
Virtual Machine | jmh-core 0.8 The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM. | 15 |
Virtual Machine | jmh-core 0.3.1 The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM. | 5 |
Spring | spring-core 4.0.9.RELEASE Spring Core | 11 |
Spring | spring-core 4.0.5.RELEASE Spring Core | 26 |
Spring | spring-core 4.0.8.RELEASE Spring Core | 8 |
Virtual Machine | jmh-core 1.0 The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM. | 11 |
Spring | spring-core 4.0.4.RELEASE Spring Core | 11 |
Spring | spring-core 4.0.1.RELEASE Spring Core | 15 |
Spring | spring-core 4.0.2.RELEASE Spring Core | 30 |
The following plugins are used in the jopt-simple-4.6.jar
The following packages are defined in the jopt-simple-4.6.jar
joptsimple joptsimple.internal joptsimple.util
Here is the content of the POM file.
<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>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> <version>4.6</version> <packaging>jar</packaging> <name>JOpt Simple</name> <url>http://pholser.github.com/jopt-simple</url> <description>A Java library for parsing command line options</description> <licenses> <license> <name>The MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/pholser/jopt-simple.git</connection> <developerConnection>scm:git:ssh://git@github.com/pholser/jopt-simple.git</developerConnection> <url>http://github.com/pholser/jopt-simple</url> </scm> <issueManagement> <system>GitHub</system> <url>http://github.com/pholser/jopt-simple/issues</url> </issueManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.infinitest</groupId> <artifactId>continuous-testing-toolkit</artifactId> <version>1.0</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <build> <extensions> <extension> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.3</version> </extension> <extension> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-manager-plexus</artifactId> <version>1.3</version> </extension> <extension> <groupId>org.kathrynhuxtable.maven.wagon</groupId> <artifactId>wagon-gitsite</artifactId> <version>0.3.1</version> </extension> </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3.2</version> <configuration> <excludes> <exclude>joptsimple/examples/**</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> <configuration> <check> <haltOnFailure>true</haltOnFailure> <totalBranchRate>97</totalBranchRate> <totalLineRate>99</totalLineRate> </check> </configuration> <executions> <execution> <goals> <goal>clean</goal> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <minimumTokens>40</minimumTokens> <targetJdk>1.5</targetJdk> </configuration> <executions> <execution> <phase>compile</phase> <goals> <goal>cpd-check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> <executions> <execution> <id>paste-examples</id> <phase>post-site</phase> <configuration> <tasks> <property name="java.io.tmpdir" value="${java.io.tmpdir}" /> <property name="example.src.dir" value="src/test/java" /> <property name="example.class.path" refid="maven.test.classpath" /> <property name="website.staging.dir" value="${project.build.directory}/site" /> <ant antfile="paste-examples.xml" target="-paste-examples" /> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> </plugin> <plugin> <groupId>org.pitest</groupId> <artifactId>pitest-maven</artifactId> <version>0.23</version> <configuration> <inScopeClasses> <param>joptsimple*</param> </inScopeClasses> <targetClasses> <param>joptsimple*</param> </targetClasses> <targetTests> <param>*Test</param> </targetTests> <excludedMethods> <param>equals</param> <param>hashCode</param> </excludedMethods> <excludedClasses> <param>joptsimple.examples*</param> <param>*EqualsHash*Test</param> <param>*TestCase</param> <param>*Fixture</param> <param>*Harness</param> <param>*Matchers</param> <param>*Ctor</param> <param>*Problematic</param> <param>*ValueOfHaver</param> </excludedClasses> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <configuration> <!-- TODO: Workaround for JDK8 - avoid javadoc bug on HTML kbd tag --> <!-- <additionalparam>-Xdoclint:none</additionalparam> --> <source>1.5</source> <show>public</show> <excludePackageNames>joptsimple.examples:joptsimple.internal:joptsimple.internal.*</excludePackageNames> <links> <link>http://download.oracle.com/javase/1.5.0/docs/api</link> </links> <bottom><![CDATA[<i>© Copyright 2004-2014 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu</i>]]></bottom> </configuration> <reportSets> <reportSet> <reports> <report>javadoc</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId> <version>2.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> <configuration> <formats> <format>xml</format> <format>html</format> </formats> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.3.2</version> <configuration> <threshold>Low</threshold> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <minimumTokens>40</minimumTokens> <targetJdk>1.5</targetJdk> </configuration> </plugin> </plugins> </reporting> <distributionManagement> <site> <id>github-project-site</id> <url>gitsite:git@github.com/pholser/jopt-simple.git</url> </site> </distributionManagement> </project>