MVN

com.github.kwaisocial : kwai-opensdk-withauth

Maven & Gradle

Apr 18, 2023
0 stars

KwaiOpenSdkWithAuth · Kuaishou app open platform sdk

<dependency>
    <groupId>com.github.kwaisocial</groupId>
    <artifactId>kwai-opensdk-withauth</artifactId>
    <version>3.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kwaisocial : kwai-opensdk-withauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.1
  • Latest Beta: 3.0.4.2-beta2

All Versions

Choose a version of com.github.kwaisocial : kwai-opensdk-withauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
kwai-opensdk-withauth-3.7.1
3.0.x
kwai-opensdk-withauth-3.0.4.2-beta2
kwai-opensdk-withauth-3.0.4
kwai-opensdk-withauth-3.0.3
kwai-opensdk-withauth-3.0.2
kwai-opensdk-withauth-3.0.1
kwai-opensdk-withauth-3.0.0
2.10.x
kwai-opensdk-withauth-2.10.0
2.9.x
kwai-opensdk-withauth-2.9.0
2.8.x
kwai-opensdk-withauth-2.8.0
2.7.x
kwai-opensdk-withauth-2.7.0
2.6.x
kwai-opensdk-withauth-2.6.0
2.5.x
kwai-opensdk-withauth-2.5.4
2.3.x
kwai-opensdk-withauth-2.3.0
2.1.x
kwai-opensdk-withauth-2.1.0
1.1.x
kwai-opensdk-withauth-1.1.0.3

How to add a dependency to Maven

Add the following com.github.kwaisocial : kwai-opensdk-withauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kwaisocial</groupId>
    <artifactId>kwai-opensdk-withauth</artifactId>
    <version>3.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kwaisocial : kwai-opensdk-withauth gradle dependency to your build.gradle file:

implementation 'com.github.kwaisocial:kwai-opensdk-withauth:3.7.1'

Gradle Kotlin DSL: Add the following com.github.kwaisocial : kwai-opensdk-withauth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kwaisocial:kwai-opensdk-withauth:3.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kwaisocial : kwai-opensdk-withauth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kwaisocial" % "kwai-opensdk-withauth" % "3.7.1"