<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.didi.dokit</groupId>
  <artifactId>dokitx-rpc</artifactId>
  <version>3.5.2-beta01</version>
  <packaging>aar</packaging>
  <name>dokitx-rpc</name>
  <description>DoKit is an efficiency platform for the entire life cycle of general front-end product research and development.</description>
  <url>https://github.com/didi/DoraemonKit</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>OrangeLab</id>
      <name>Orange Lab</name>
      <email>orange-lab@didiglobal.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/didi/DoraemonKit.git</connection>
    <developerConnection>scm:git:ssh://github.com/didi/DoraemonKit.git</developerConnection>
    <url>https://github.com/didi/DoraemonKit/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.auto.service</groupId>
      <artifactId>auto-service</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>io.github.didi.dokit</groupId>
      <artifactId>dokitx</artifactId>
      <version>3.5.2-beta01</version>
    </dependency>
  </dependencies>
</project>
