<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>tech.codingzen</groupId>
  <artifactId>tuples</artifactId>
  <version>1.0.0</version>
  <name>tuples</name>
  <description>library containing tuple definitions for arities [1,6]</description>
  <url>http://codingzen314@bitbucket.org/codingzen314/tuples.git</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>devlambdaj</id>
      <name>Paul Hansen</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://codingzen314@bitbucket.org/codingzen314/tuples.git</connection>
    <developerConnection>scm:git:ssh://codingzen314@bitbucket.org/codingzen314/tuples.git</developerConnection>
    <url>http://codingzen314@bitbucket.org/codingzen314/tuples.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-bom</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-test</artifactId>
      <version>1.3.61</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-test-junit</artifactId>
      <version>1.3.61</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
