<?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.cloud</groupId>
  <artifactId>rxcore</artifactId>
  <version>1.2.0</version>
  <packaging>aar</packaging>
  <name>RxCore</name>
  <description>ç½ç»è¯·æ±æ°å¢å¾çgetè·å;é¨åèµæºéç½®ï¼æä¾æ¡æ¶åå§åéç½®;ç§»é¤glide;å¢å è§£å³å¨å±æ¨¡å¼ä¸è½¯é®çä¸è½é¡¶èµ·è§å¾çé®é¢;ä¿®å¤æ¡æ¶bug,æé«ç¨³å®æ§;</description>
  <url>https://github.com/smart005/RxCore</url>
  <licenses>
    <license>
      <name>'The Apache Software License, Version 2.0'</name>
      <url>'http://www.apache.org/licenses/LICENSE-2.0.txt'</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>slcore</id>
      <name>lijinghuan</name>
      <email>smartljh@aliyun.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/smart005/RxCore.git</connection>
    <developerConnection>https://github.com/smart005/RxCore.git</developerConnection>
    <url>https://github.com/smart005/RxCore</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.alibaba</groupId>
      <artifactId>fastjson</artifactId>
      <version>1.2.41</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>recyclerview-v7</artifactId>
      <version>22+</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.lzy.net</groupId>
      <artifactId>okgo</artifactId>
      <version>3.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.greenrobot</groupId>
      <artifactId>greendao</artifactId>
      <version>3.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.greenrobot</groupId>
      <artifactId>greendao-generator</artifactId>
      <version>3.2.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
