MVN

com.yxt.opensdk.library : library_rongyun_chat

Maven & Gradle

Jul 07, 2020
1 usages

library_rongyun_chat · library_rongyun_chat

<dependency>
    <groupId>com.yxt.opensdk.library</groupId>
    <artifactId>library_rongyun_chat</artifactId>
    <version>4.0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yxt.opensdk.library : library_rongyun_chat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0.6

All Versions

Choose a version of com.yxt.opensdk.library : library_rongyun_chat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
library_rongyun_chat-4.0.0.6
library_rongyun_chat-4.0.0.5
library_rongyun_chat-4.0.0.4
library_rongyun_chat-4.0.0.3
library_rongyun_chat-4.0.0.2_dev
2.10.x
library_rongyun_chat-2.10.6
library_rongyun_chat-2.10.4.1
library_rongyun_chat-2.10.4
2.9.x
library_rongyun_chat-2.9.25
library_rongyun_chat-2.9.24
1.3
library_rongyun_chat-1.3
1.2
library_rongyun_chat-1.2
1.0
library_rongyun_chat-1.0

How to add a dependency to Maven

Add the following com.yxt.opensdk.library : library_rongyun_chat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yxt.opensdk.library</groupId>
    <artifactId>library_rongyun_chat</artifactId>
    <version>4.0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yxt.opensdk.library : library_rongyun_chat gradle dependency to your build.gradle file:

implementation 'com.yxt.opensdk.library:library_rongyun_chat:4.0.0.6'

Gradle Kotlin DSL: Add the following com.yxt.opensdk.library : library_rongyun_chat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yxt.opensdk.library:library_rongyun_chat:4.0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yxt.opensdk.library : library_rongyun_chat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yxt.opensdk.library" % "library_rongyun_chat" % "4.0.0.6"

Advertisement