c

clientcore-js

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-js-1.7.2.pom download
clientcore-js-1.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vonage.rtc</groupId>
  <artifactId>clientcore-js</artifactId>
  <version>1.7.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.vonage.rtc:clientcore-js:1.7.2'
Gradle Kotlin
implementation("com.vonage.rtc:clientcore-js:1.7.2")
Scala SBT
libraryDependencies += "com.vonage.rtc" % "clientcore-js" % "1.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vonage.rtc', module='clientcore-js', version='1.7.2')
)
Apache Ivy
<dependency org="com.vonage.rtc" name="clientcore-js" rev="1.7.2" />
Leiningen
[com.vonage.rtc/clientcore-js "1.7.2"]
Apache Buildr
'com.vonage.rtc:clientcore-js:jar:1.7.2'