LLSDK
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.lianliancz.docs</groupId> <artifactId>LLSDK</artifactId> <version>1.3.20</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.lianliancz.docs</groupId> <artifactId>LLSDK</artifactId> <version>1.3.20</version> <packaging>aar</packaging> <name>LLSDK</name> <description>连连企业钱包SDK</description> <url>http://docs.lianliancz.com</url> <licenses> <license> <name>LGPL-3.0 license</name> <url>https://www.gnu.org/licenses/lgpl-3.0.html</url> <distribution>https://www.gnu.org/licenses/lgpl-3.0.html</distribution> </license> </licenses> <developers> <developer> <name>zyj</name> <email>695825196@qq.com</email> <url>https://github.com/DZby1990</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/LLPayiOSDev/EnterpriceWallet.git</connection> <developerConnection>scm:git:ssh://github.com/LLPayiOSDev/EnterpriceWallet.git</developerConnection> <url>https://github.com/LLPayiOSDev/EnterpriceWallet.git</url> </scm> <dependencies> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.1.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.1.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>15.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>1.1.3</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.1.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.lianliancz.docs</groupId> <artifactId>LLSDKCommon</artifactId> <version>1.3.20</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava</artifactId> <version>2.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.9.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.1.7</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxandroid</artifactId> <version>2.0.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>3.4.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.12.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.maning0303</groupId> <artifactId>MNZXingCode</artifactId> <version>V2.1.9</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.viewpager2</groupId> <artifactId>viewpager2</artifactId> <version>1.0.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>support-v13</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>