c

clientcore

This package is part of the Vonage Client SDK and is meant only as a dependency for Voice, Chat, and Combined packages. 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
clientcore-1.5.2-rc.0.jar download
clientcore-1.5.2-rc.0.pom download
clientcore-1.5.2-rc.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vonage.rtc</groupId>
  <artifactId>clientcore</artifactId>
  <version>1.5.2-rc.0</version>
</dependency>
Gradle Groovy
implementation 'com.vonage.rtc:clientcore:1.5.2-rc.0'
Gradle Kotlin
implementation("com.vonage.rtc:clientcore:1.5.2-rc.0")
Scala SBT
libraryDependencies += "com.vonage.rtc" % "clientcore" % "1.5.2-rc.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vonage.rtc', module='clientcore', version='1.5.2-rc.0')
)
Apache Ivy
<dependency org="com.vonage.rtc" name="clientcore" rev="1.5.2-rc.0" />
Leiningen
[com.vonage.rtc/clientcore "1.5.2-rc.0"]
Apache Buildr
'com.vonage.rtc:clientcore:jar:1.5.2-rc.0'