MiPush_SDK_Client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.cmcim.upush.android</groupId>
<artifactId>MiPush_SDK_Client</artifactId>
<version>4.8.2</version>
</dependency><?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">
<groupId>com.cmcim.upush.android</groupId>
<artifactId>MiPush_SDK_Client</artifactId>
<version>4.8.2</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<name>MiPush_SDK_Client</name>
<description>xiaomi push sdk</description>
<url>https://upush.com.cn</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>cmcim</id>
<name>jankin</name>
<email>lzk@u-call.net</email>
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>https://github.com/jankin-l/upush-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com:jankin-l/upush-api.git</developerConnection>
<url>https://github.com/jankin-l/upush-api</url>
</scm>
</project>