client-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vonage</groupId>
<artifactId>client-sdk</artifactId>
<version>2.3.1-alpha.1</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</groupId>
<artifactId>client-sdk</artifactId>
<version>2.3.1-alpha.1</version>
<packaging>aar</packaging>
<name>client-sdk</name>
<description>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.</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</groupId>
<artifactId>client-sdk-voice</artifactId>
<version>2.3.1-alpha.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.vonage</groupId>
<artifactId>client-sdk-chat</artifactId>
<version>2.3.1-alpha.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.vonage</groupId>
<artifactId>client-sdk-emergency</artifactId>
<version>2.3.1-alpha.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.vonage.rtc</groupId>
<artifactId>android-core</artifactId>
<version>2.3.1-alpha.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>