<?xml version="1.0" encoding="UTF-8"?>
<project 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <name>de.tototec.cmdoption</name>
    <groupId>de.tototec</groupId>
    <artifactId>de.tototec.cmdoption</artifactId>
    <packaging>jar</packaging>
    <description>
        CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications that is configured through annotations
    </description>
    <version>0.7.1</version>
    <url>https://github.com/ToToTec/CmdOption</url>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://spdx.org/licenses/Apache-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/ToToTec/CmdOption.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:ToToTec/CmdOption.git</developerConnection>
        <url>https://github.com/ToToTec/CmdOption</url>
    </scm>
    <developers>
        <developer>
            <id>TobiasRoeser</id>
            <name>Tobias Roeser</name>
            <url>https.//github.com/lefou</url>
        </developer>
    </developers>
    <properties> </properties>
    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.35</version>
            <scope>provided</scope>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>
