c

clientcore-android

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