android-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vonage.rtc</groupId>
<artifactId>android-core</artifactId>
<version>2.7.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.vonage.rtc</groupId>
<artifactId>android-core</artifactId>
<version>2.7.2</version>
<packaging>aar</packaging>
<name>android-core</name>
<description>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.</description>
<url>https://developer.vonage.com/client-sdk/overview</url>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
<name>Commercial</name>
<url>https://www.vonage.com/legal/communications-apis/terms-of-use</url>
</license>
</licenses>
<developers>
<developer>
<id>vonage.dev</id>
<name>Vonage CS Team</name>
<email>nexmo.cs.dev@vonage.com</email>
<url>https://vonage.dev</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/nexmo-community/client-sdk-tutorials</connection>
<developerConnection>scm:git:https://github.com/nexmo-community/client-sdk-tutorials</developerConnection>
<url>https://developer.vonage.com/client-sdk/overview</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/nexmo-community/client-sdk-tutorials/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.vonage.rtc</groupId>
<artifactId>clientcore</artifactId>
<version>2.7.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>2.1.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>