<?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>dev.haven</groupId>
  <artifactId>api-client</artifactId>
  <version>1.1.2</version>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.3.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.moshi</groupId>
      <artifactId>moshi-kotlin</artifactId>
      <version>1.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.moshi</groupId>
      <artifactId>moshi-adapters</artifactId>
      <version>1.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.14.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>Client for using the https://haven.dev API</description>
  <name>haven.dev Api Client</name>
  <url>https://github.com/havenmoney/platform-clients</url>
  <organization>
    <name>dev.haven</name>
    <url>https://github.com/havenmoney</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/havenmoney/platform-clients/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/havenmoney/platform-clients/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/havenmoney/platform-clients</url>
    <connection>scm:git:git://github.com/havenmoney/platform-clients.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:havenmoney/platform-clients.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>Haven Money</name>
    </developer>
  </developers>
</project>
