MVN

com.netease.yunxin.kit.auth : auth-yunxin-login

Maven & Gradle

Oct 20, 2022

YunXin Common Auth Library · YunXin Common Auth component for the Demos.

<dependency>
    <groupId>com.netease.yunxin.kit.auth</groupId>
    <artifactId>auth-yunxin-login</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netease.yunxin.kit.auth : auth-yunxin-login to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4
  • Latest Release Candidate: 1.0.4-rc01
  • Latest Beta: 1.0.4-beta01

All Versions

Choose a version of com.netease.yunxin.kit.auth : auth-yunxin-login to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
auth-yunxin-login-1.0.4
auth-yunxin-login-1.0.4-beta01
auth-yunxin-login-1.0.4-rc01
auth-yunxin-login-1.0.3
auth-yunxin-login-1.0.2
auth-yunxin-login-1.0.1
auth-yunxin-login-1.0.0-beta02

How to add a dependency to Maven

Add the following com.netease.yunxin.kit.auth : auth-yunxin-login maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netease.yunxin.kit.auth</groupId>
    <artifactId>auth-yunxin-login</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netease.yunxin.kit.auth : auth-yunxin-login gradle dependency to your build.gradle file:

implementation 'com.netease.yunxin.kit.auth:auth-yunxin-login:1.0.4'

Gradle Kotlin DSL: Add the following com.netease.yunxin.kit.auth : auth-yunxin-login gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netease.yunxin.kit.auth:auth-yunxin-login:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netease.yunxin.kit.auth : auth-yunxin-login sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netease.yunxin.kit.auth" % "auth-yunxin-login" % "1.0.4"