<?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>
  <groupId>com.xenomachina</groupId>
  <artifactId>kotlin-argparser</artifactId>
  <version>2.0.7</version>
  <name>kotlin-argparser</name>
  <description>Concise, easy, powerful and robust command line argument parsing for Kotlin</description>
  <url>https://github.com/xenomachina/kotlin-argparser</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, Version 2.1</name>
      <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>xenomachina</id>
      <name>Laurence Gonsalves</name>
      <email>laurence@xenomachina.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/xenomachina/kotlin-argparser</connection>
    <developerConnection>scm:git:https://github.com/xenomachina</developerConnection>
    <url>https://github.com/xenomachina/kotlin-argparser</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.2.41</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.xenomachina</groupId>
      <artifactId>xenocom</artifactId>
      <version>0.0.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.kotlintest</groupId>
      <artifactId>kotlintest</artifactId>
      <version>2.0.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.2.41</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
