<?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>br.com.neomode.httploader</groupId>
  <artifactId>neomodeHTTPLoader</artifactId>
  <version>1.0.7</version>
  <packaging>aar</packaging>
  <name>NeomodeHTTPLoader</name>
  <description>HTTP Loader is a simple project that uses okhttp (http://square.github.io/okhttp/), GSON (http://square.github.io/okhttp/) and Loaders (https://developer.android.com/reference/android/content/Loader.html) to make safe and lifecycling respectful HTTP requests.</description>
  <url>https://johneses@gitlab.com/neomode-modules/http-loader-android.git</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>johneses</id>
      <name>Neomode Development Studio</name>
    </developer>
  </developers>
  <scm>
    <connection>git@gitlab.com:neomode-modules/http-loader-android.git</connection>
    <developerConnection>git@gitlab.com:neomode-modules/http-loader-android.git</developerConnection>
    <url>https://johneses@gitlab.com/neomode-modules/http-loader-android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>25.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.databinding</groupId>
      <artifactId>library</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.databinding</groupId>
      <artifactId>baseLibrary</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.databinding</groupId>
      <artifactId>adapters</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
