c

client-sdk

The Client SDK is intended to provide a ready solution for developers to build Programmable Conversation applications across multiple Channels including: Messages, Voice, SIP, websockets, and App. 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-1.5.0-rc.1.pom download
client-sdk-1.5.0-rc.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vonage</groupId>
  <artifactId>client-sdk</artifactId>
  <version>1.5.0-rc.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.vonage:client-sdk:1.5.0-rc.1'
Gradle Kotlin
implementation("com.vonage:client-sdk:1.5.0-rc.1")
Scala SBT
libraryDependencies += "com.vonage" % "client-sdk" % "1.5.0-rc.1"
Groovy Grape
@Grapes(
  @Grab(group='com.vonage', module='client-sdk', version='1.5.0-rc.1')
)
Apache Ivy
<dependency org="com.vonage" name="client-sdk" rev="1.5.0-rc.1" />
Leiningen
[com.vonage/client-sdk "1.5.0-rc.1"]
Apache Buildr
'com.vonage:client-sdk:jar:1.5.0-rc.1'