<?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.chinazyjr.githubapplication</groupId>
  <artifactId>mylibrary</artifactId>
  <version>1.2</version>
  <packaging>aar</packaging>
  <name>This is a lightweight SQLite database framework</name>
  <licenses>
    <license>
      <name>This is a lightweight SQLite database framework</name>
      <url>https://github.com/NIUDEYANG123/firstdemo</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ericx</id>
      <name>niudeyang</name>
      <email>n943042262@126.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/NIUDEYANG123/firstdemo.git</connection>
    <developerConnection>https://github.com/NIUDEYANG123/firstdemo.git</developerConnection>
    <url>https://github.com/NIUDEYANG123/firstdemo</url>
  </scm>
</project>
