<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>io.github.sunjc53yy</groupId>
  <artifactId>oknet</artifactId>
  <version>1.2.0</version>
  <packaging>aar</packaging>
  <name>oknet</name>
  <description>An android network request framework</description>
  <url>https://github.com/sunjc53yy/oknet</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sunjc53yy</id>
      <name>sunjc53yy</name>
      <email>sunjc53yy@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/sunjc53yy/oknet.git</connection>
    <developerConnection>https://github.com/sunjc53yy/oknet.git</developerConnection>
    <url>https://github.com/sunjc53yy/oknet</url>
  </scm>
</project>
