<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <!-- 项目坐标 -->
    <groupId>io.github.adsplusteam</groupId>
    <artifactId>AdsPlus-Adx</artifactId>
    <version>1.0.0</version>
    <packaging>aar</packaging>

    <!-- 项目信息 -->
    <name>AdsPlus-Adx</name>
    <description>AdsPlus-Adx</description>
    <url>https://github.com/adsplusteam/adsplus</url>

    <!-- 许可证信息 -->
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <!-- SCM信息 -->
    <scm>
        <url>https://github.com/adsplusteam/adsplus</url>
        <connection>scm:git:https://github.com/adsplusteam/adsplus.git</connection>
        <developerConnection>scm:git:https://github.com/adsplusteam/adsplus.git</developerConnection>
    </scm>

    <!-- 依赖项 -->
    <dependencies>


	<dependency>
		<groupId>io.github.aliyun-sls</groupId>
		<artifactId>aliyun-log-android-sdk</artifactId>
		<version>2.7.13</version>
		<type>aar</type>
        </dependency>


	


 
    </dependencies>

    <!-- 开发者信息 -->
    <developers>
        <developer>
            <id>jutong</id>
            <name>jutong</name>
            <email>jutong2024@gmail.com</email>
        </developer>
    </developers>
</project>
