MVN

io.hyphenate : chat-sdk

Maven & Gradle

May 20, 2022
7 stars

chat-sdk · With hyphenate-sdk, we can realize instant communication quickly and easily.

<dependency>
    <groupId>io.hyphenate</groupId>
    <artifactId>chat-sdk</artifactId>
    <version>3.8.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hyphenate : chat-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.7.3

All Versions

Choose a version of io.hyphenate : chat-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
chat-sdk-3.8.8
chat-sdk-3.8.7.3
chat-sdk-3.8.7.2
chat-sdk-3.8.7.1
chat-sdk-3.8.7
chat-sdk-3.8.5
chat-sdk-3.8.2

How to add a dependency to Maven

Add the following io.hyphenate : chat-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hyphenate</groupId>
    <artifactId>chat-sdk</artifactId>
    <version>3.8.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hyphenate : chat-sdk gradle dependency to your build.gradle file:

implementation 'io.hyphenate:chat-sdk:3.8.7.3'

Gradle Kotlin DSL: Add the following io.hyphenate : chat-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hyphenate:chat-sdk:3.8.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hyphenate : chat-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hyphenate" % "chat-sdk" % "3.8.7.3"

Advertisement