<?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.xuexiangjys.XOrmlite</groupId>
  <artifactId>xormlite-runtime</artifactId>
  <version>1.0.2</version>
  <packaging>aar</packaging>
  <name>xuexiangjys/XOrmlite</name>
  <description>一个方便实用的OrmLite数据库框架，支持一键集成。</description>
  <url>https://xuexiangjys.github.io/XOrmlite/</url>
  <inceptionYear>2018</inceptionYear>
  <developers>
    <developer>
      <id>xuexiangjys</id>
      <name>薛翔</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/xuexiangjys/XOrmlite.git</connection>
    <developerConnection>scm:git://github.com/xuexiangjys/XOrmlite.git</developerConnection>
    <url>git://github.com/xuexiangjys/XOrmlite.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.j256.ormlite</groupId>
      <artifactId>ormlite-android</artifactId>
      <version>5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.xuexiangjys.XOrmlite</groupId>
      <artifactId>xormlite-annotation</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
