<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.oowekyala.treeutils</groupId>
  <artifactId>tree-printers</artifactId>
  <version>2.1.0</version>
  <name>Tree Printers for Kotlin</name>
  <description>A set of pretty printers for trees, any trees.</description>
  <url>https://github.com/oowekyala/kt-tree-matchers</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
        
    <license>
            
      <name>The Unlicense</name>
            
      <url>http://unlicense.org/UNLICENSE</url>
            
      <distribution>repo</distribution>
          
    </license>
      
  </licenses>
  <developers>
        
    <developer>
            
      <id>oowekyala</id>
            
      <name>Clément Fournier</name>
            
      <email>clement.fournier76@gmail.com</email>
          
    </developer>
      
  </developers>
  <scm>
        
    <connection>scm:https://github.com/oowekyala/kt-tree-matchers.git</connection>
        
    <developerConnection>scm:https://github.com/oowekyala/kt-tree-matchers.git</developerConnection>
        
    <url>https://github.com/oowekyala/kt-tree-matchers</url>
      
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.10</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
