MVN

com.netease.yunxin.kit.qchat : qchatkit

Maven & Gradle

Mar 17, 2023

QChat(IM) Library · QChat Kit base on YunXin IM.

<dependency>
    <groupId>com.netease.yunxin.kit.qchat</groupId>
    <artifactId>qchatkit</artifactId>
    <version>9.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.4.1
  • Latest Release Candidate: 9.3.0-rc01
  • Latest Beta: 9.2.10-beta01

All Versions

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

Version Vulnerabilities Updated
9.4.x
qchatkit-9.4.1
qchatkit-9.4.0
9.3.x
qchatkit-9.3.0
qchatkit-9.3.0-rc01
9.2.x
qchatkit-9.2.12
qchatkit-9.2.12-rc02
qchatkit-9.2.12-rc01
qchatkit-9.2.11
qchatkit-9.2.11-rc02
qchatkit-9.2.11-rc01
qchatkit-9.2.10
qchatkit-9.2.10-rc01
qchatkit-9.2.10-beta01
qchatkit-9.2.9
qchatkit-9.2.8-beta01
qchatkit-9.2.8
qchatkit-9.2.8-rc01
qchatkit-9.2.7
qchatkit-9.2.6-rc01
qchatkit-9.2.2
qchatkit-9.2.0
qchatkit-9.2.0-beta03
qchatkit-9.2.0-beta02
qchatkit-9.2.0-beta01
9.0.x
qchatkit-9.0.2
qchatkit-9.0.1
qchatkit-9.0.0
1.0.x
qchatkit-1.0.0
qchatkit-1.0.0-beta05
qchatkit-1.0.0-beta03
qchatkit-1.0.0-beta02
qchatkit-1.0.0-beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netease.yunxin.kit.qchat</groupId>
    <artifactId>qchatkit</artifactId>
    <version>9.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netease.yunxin.kit.qchat : qchatkit gradle dependency to your build.gradle file:

implementation 'com.netease.yunxin.kit.qchat:qchatkit:9.4.1'

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

implementation("com.netease.yunxin.kit.qchat:qchatkit:9.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netease.yunxin.kit.qchat : qchatkit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netease.yunxin.kit.qchat" % "qchatkit" % "9.4.1"