<?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.arucard21.simplyrestful</groupId>
  <artifactId>client</artifactId>
  <version>0.9.0</version>
  <name>client</name>
  <description>A generic client that can be used with any SimplyRESTful API</description>
  <url>https://github.com/arucard21/SimplyRESTful-Framework</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Riaas Mokiem</name>
      <email>arucard21@gmail.com</email>
      <organizationUrl>https://github.com/arucard21</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com:arucard21/SimplyRESTful-Framework.git</connection>
    <developerConnection>scm:git:ssh://github.com:arucard21/SimplyRESTful-Framework.git</developerConnection>
    <url>https://github.com/arucard21/SimplyRESTful-Framework</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.arucard21.simplyrestful</groupId>
      <artifactId>SimplyRESTful-resources</artifactId>
      <version>0.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish.jersey.core</groupId>
      <artifactId>jersey-client</artifactId>
      <version>2.27</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.swagger</groupId>
      <artifactId>swagger-models</artifactId>
      <version>1.5.21</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
