<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>io.taig</groupId>
    <artifactId>tabsi_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Table like String formatting for pretty command line printing</description>
    <url>http://taig.io/tabulator/</url>
    <version>0.0.1</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://raw.githubusercontent.com/taig/tabulator/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>Tabsi</name>
    <inceptionYear>2017</inceptionYear>
    <organization>
        <name>io.taig</name>
        <url>http://taig.io</url>
    </organization>
    <scm>
        <url>https://github.com/taig/tabulator</url>
        <connection>scm:git:git://github.com/taig/tabulator.git</connection>
        <developerConnection>scm:git:git@github.com:taig/tabulator.git</developerConnection>
    </scm>
    <issueManagement>
        <url>https://github.com/taig/tabulator/issues</url>
        <system>GitHub Issues</system>
    </issueManagement>
    <developers>
        <developer>
            <id>Taig</id>
            <name>Niklas Klein</name>
            <email>mail@taig.io</email>
            <url>http://taig.io/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.4</version>
        </dependency>
        <dependency>
            <groupId>com.github.dwickern</groupId>
            <artifactId>scala-nameof_2.12</artifactId>
            <version>1.0.3</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>