Maven Repository - POM file for Console de.tototec.cmdoption 0.2.0 0.2.0

Summary

CmdOption.

CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications that is configured through annotations..

Declaration

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

<dependency>
   <groupId>de.tototec</groupId>
   <artifactId>de.tototec.cmdoption</artifactId>
   <version>0.2.0</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Packages

The following packages are defined in the de.tototec.cmdoption-0.2.0.jar

de.tototec.cmdoption
de.tototec.cmdoption.handler

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.tototec</groupId>
  <artifactId>de.tototec.cmdoption</artifactId>
  <packaging>jar</packaging>
  <version>0.2.0</version>
  <name>CmdOption</name>
  <description>CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications that is configured through annotations.</description>
  <url>http://cmdoption.tototec.de</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://cmdoption.tototec.de/svn/cmdoption</url>
    <connection>http://cmdoption.tototec.de/svn/cmdoption</connection>
  </scm>
  
</project>