<?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.github.czyzby</groupId>
  <artifactId>ktx-math</artifactId>
  <version>1.9.4-b2</version>
  <name>ktx-math</name>
  <description>Kotlin utilities for LibGDX math API.</description>
  <url>http://github.com/czyzby/ktx</url>
  <licenses>
    <license>
      <name>The Unlicense</name>
      <url>http://unlicense.org/UNLICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mj</id>
      <name>MJ</name>
      <email>john.hervicc@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:czyzby/ktx.git</connection>
    <developerConnection>scm:git:git@github.com:czyzby/ktx.git</developerConnection>
    <url>http://github.com/czyzby/ktx/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx</artifactId>
      <version>1.9.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.19</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.0.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx-platform</artifactId>
      <version>1.9.4</version>
      <classifier>natives-desktop</classifier>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
