JSAP.
the Java-based Simple Argument Parser.
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.
Name:LGPL
URL: http://www.martiansoftware.com/jsap/license.html.
The following table lists the most popular artifacts which are depending on jsap-2.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | spoon-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 |
Development | sux4j 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 |
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
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>