core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yodo1.suit.pay</groupId>
<artifactId>core</artifactId>
<version>6.3.12.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yodo1.suit.pay</groupId>
<artifactId>core</artifactId>
<version>6.3.12.1</version>
<packaging>aar</packaging>
<name>core</name>
<description>this is a library about Yodo1Suit</description>
<url>https://github.com/Yodo1Games/Yodo1-Suit-SDK-Android.git</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>yodo1</id>
<name>yodo1</name>
<email>dev@yodo1.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/Yodo1Games/Yodo1-Suit-SDK-Android.git</connection>
<developerConnection>https://github.com/Yodo1Games/Yodo1-Suit-SDK-Android.git</developerConnection>
<url>https://github.com/Yodo1Games/Yodo1-Suit-SDK-Android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.yodo1.suit.plugin</groupId>
<artifactId>common</artifactId>
<version>6.3.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yodo1.suit.pay</groupId>
<artifactId>lib</artifactId>
<version>6.3.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yodo1.suit.analytics</groupId>
<artifactId>lib</artifactId>
<version>6.3.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cn.thinkingdata.android</groupId>
<artifactId>TAThirdParty</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yodo1.plugin</groupId>
<artifactId>z-xing</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>