<?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.jeasonlzy.okhttp-OkGo</groupId>
  <artifactId>okgo</artifactId>
  <version>v3.0.2</version>
  <packaging>aar</packaging>
  <name>jeasonlzy/okhttp-OkGo</name>
  <description>OkGo - 3.0 震撼来袭，该库是基于 Http 协议，封装了 OkHttp 的网络请求框架，比 Retrofit 更简单易用，支持 RxJava，RxJava2，支持自定义缓存，支持批量断点下载管理和批量上传管理功能</description>
  <url>https://github.com/jeasonlzy/okhttp-OkGo</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jeasonlzy</id>
      <name>廖子尧</name>
      <email>liaojeason@126.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/jeasonlzy/okhttp-OkGo.git</connection>
    <developerConnection>scm:git://github.com/jeasonlzy/okhttp-OkGo.git</developerConnection>
    <url>git://github.com/jeasonlzy/okhttp-OkGo.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.8.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
