c

client-sdk-chat

Chat Sub-package of the Client SDK for easy integration of chat functionality into applications.Enables real-time messaging, group conversations, message history, and event handling across various channels. For more information, documentation, and code samples, please visit the Vonage Developer Portal.
https://developer.vonage.com/client-sdk/overview
Commercial
Vonage CS Team
Files download
File Operation
client-sdk-chat-1.6.1-alpha.0.pom download
client-sdk-chat-1.6.1-alpha.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vonage</groupId>
  <artifactId>client-sdk-chat</artifactId>
  <version>1.6.1-alpha.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.vonage:client-sdk-chat:1.6.1-alpha.0'
Gradle Kotlin
implementation("com.vonage:client-sdk-chat:1.6.1-alpha.0")
Scala SBT
libraryDependencies += "com.vonage" % "client-sdk-chat" % "1.6.1-alpha.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vonage', module='client-sdk-chat', version='1.6.1-alpha.0')
)
Apache Ivy
<dependency org="com.vonage" name="client-sdk-chat" rev="1.6.1-alpha.0" />
Leiningen
[com.vonage/client-sdk-chat "1.6.1-alpha.0"]
Apache Buildr
'com.vonage:client-sdk-chat:jar:1.6.1-alpha.0'