<?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>cn.wustlinghang.mywust</groupId>
  <artifactId>mywust-network-httpclient</artifactId>
  <version>0.0.2-beta</version>
  <name>mywust-network-httpclient</name>
  <description>The API encapsulations of WUST's official web service. Module `mywust-network-httpclient`</description>
  <url>https://github.com/LingHangStudio/mywust</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://mit-license.org/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lensfrex</id>
      <name>lensfrex</name>
      <email>lensferno@outlook.com</email>
      <url>https://github.com/lensferno</url>
      <organization>wustlinghang</organization>
      <organizationUrl>https://github.com/LingHangStudio</organizationUrl>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/LingHangStudio/mywust.git</connection>
    <developerConnection>scm:git:https://github.com/LingHangStudio/mywust.git</developerConnection>
    <tag>0.0.2-beta</tag>
    <url>https://github.com/LingHangStudio/mywust</url>
  </scm>
</project>
