<?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.wujiuye</groupId>
  <artifactId>qps-helper</artifactId>
  <version>1.1.2-RELEASE</version>
  <name>qps-helper</name>
  <description>通用的qps统计工具包，为项目中一些框架实现QPS限流提供支持，为项目中统计接口的QPS提供支持</description>
  <url>https://github.com/wujiuye/qps-helper</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>wujiuye</id>
      <name>wujiuye</name>
      <email>419611821@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/wujiuye/qps-helper.git</connection>
    <developerConnection>scm:git:https://github.com/wujiuye/qps-helper.git</developerConnection>
    <url>https://github.com/wujiuye/qps-helper</url>
  </scm>
</project>
