Maven Repository - POM file for Development jsap 2.1 2.1

Summary

JSAP.

the Java-based Simple Argument Parser.

Declaration

Here is the list of declaration for jsap. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.martiansoftware</groupId>
   <artifactId>jsap</artifactId>
   <version>2.1</version>
</dependency>

If you think this Maven repository POM file listing for jsap is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:LGPL
URL: http://www.martiansoftware.com/jsap/license.html.

Depended by

The following table lists the most popular artifacts which are depending on jsap-2.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentspoon-core 1.4
Spoon is a Java program processor that fully supports Java 5. It provides a complete and fine-grained Java metamodel where any program element (classes, methods, fields, statements, expressions...) can be accessed both for reading and modification.
5
Developmentsux4j 3.0.7
Sux4j is an implementation of succinct data structure in Java. It provides a number of related implementations covering ranking/selection over bit arrays, compressed lists and minimal perfect hashing.
5




Packages

The following packages are defined in the jsap-2.1.jar

com.martiansoftware.jsap
com.martiansoftware.jsap.ant
com.martiansoftware.jsap.defaultsources
com.martiansoftware.jsap.stringparsers
com.martiansoftware.jsap.xml
com.martiansoftware.util

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.martiansoftware</groupId>
  <artifactId>jsap</artifactId>
  <name>JSAP</name>
  <version>2.1</version>
  <description>the Java-based Simple Argument Parser</description>
  <url>http://www.martiansoftware.com/jsap/</url>
  <licenses>
    <license>
      <name>LGPL</name>
      <url>http://www.martiansoftware.com/jsap/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://jsap.cvs.sourceforge.net/jsap/</url>
  </scm>
  
</project>