kwai-opensdk-withauth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.kwaisocial</groupId> <artifactId>kwai-opensdk-withauth</artifactId> <version>3.7.6</version> </dependency>
<?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.github.kwaisocial</groupId> <artifactId>kwai-opensdk-withauth</artifactId> <version>3.7.6</version> <packaging>aar</packaging> <name>KwaiOpenSdkWithAuth</name> <description>Kuaishou app open platform sdk</description> <url>https://github.com/KwaiSocial/KwaiSDK-maven</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>KwaiSocial</id> <name>KwaiSocial</name> <email>liji03@kuaishou.com</email> </developer> </developers> <scm> <connection>scm:svn:https://github.com/KwaiSocial/KwaiSDK-maven</connection> <developerConnection>scm:svn:https://github.com/KwaiSocial/KwaiSDK-maven</developerConnection> <url>https://github.com/KwaiSocial/KwaiSDK-maven</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>support-annotations</artifactId> <version>27.0.2</version> <scope>compile</scope> </dependency> </dependencies> </project>