MVN

com.xsolla.android : login-wechat

Maven & Gradle

Aug 22, 2023
11 stars

Xsolla Login SDK for Android · Xsolla Login SDK for Android is used to integrate Xsolla Login, a single sign-on tool that uses API methods to authenticate and secure user passwords. This creates a seamless one-click registration experience players can use for fast and safe transactions across all of your games.

<dependency>
    <groupId>com.xsolla.android</groupId>
    <artifactId>login-wechat</artifactId>
    <version>6.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xsolla.android : login-wechat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.4

All Versions

Choose a version of com.xsolla.android : login-wechat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
login-wechat-6.0.4
login-wechat-6.0.3
login-wechat-6.0.2
login-wechat-6.0.1
login-wechat-6.0.0
5.1.x
login-wechat-5.1.0
5.0.x
login-wechat-5.0.1
login-wechat-5.0.0
4.0.x
login-wechat-4.0.0
3.1.x
login-wechat-3.1.1
login-wechat-3.1.0
3.0.x
login-wechat-3.0.0
2.1.x
login-wechat-2.1.0
2.0.x
login-wechat-2.0.0
1.2.x
login-wechat-1.2.1
login-wechat-1.2.0
1.1.x
login-wechat-1.1.6
login-wechat-1.1.5

How to add a dependency to Maven

Add the following com.xsolla.android : login-wechat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xsolla.android</groupId>
    <artifactId>login-wechat</artifactId>
    <version>6.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xsolla.android : login-wechat gradle dependency to your build.gradle file:

implementation 'com.xsolla.android:login-wechat:6.0.4'

Gradle Kotlin DSL: Add the following com.xsolla.android : login-wechat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xsolla.android:login-wechat:6.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xsolla.android : login-wechat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xsolla.android" % "login-wechat" % "6.0.4"

Advertisement