<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.cezarykluczynski.stapi</groupId>
  <artifactId>stapi-client</artifactId>
  <version>0.1.2</version>
  <name>STAPI Client</name>
  <description>Official client library for STAPI, a Star Trek API</description>
  <url>https://stapi.co/</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>cezary.kluczynski</id>
      <name>Cezary Kluczyński</name>
      <email>cezary.kluczynski@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/cezarykluczynski/stapi.git</connection>
    <developerConnection>git@github.com:cezarykluczynski/stapi.git</developerConnection>
    <url>https://github.com/cezarykluczynski/stapi</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp</groupId>
      <artifactId>okhttp</artifactId>
      <version>2.7.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.10.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
