chat-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.twilio</groupId> <artifactId>chat-android</artifactId> <version>7.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.twilio</groupId> <artifactId>chat-android</artifactId> <version>7.0.1</version> <packaging>aar</packaging> <name>Programmable Chat Android SDK</name> <description>Twilio Programmable Chat makes it easy for you to add chat features into your web and native mobile applications without building or scaling a real-time chat backend. Chat has all the necessary APIs and features to integrate with your business logic to ensure you are in control.</description> <url>https://www.twilio.com/docs/chat</url> <licenses> <license> <name>TWILIO-TOS</name> <url>https://www.twilio.com/legal/tos</url> </license> </licenses> <developers> <developer> <id>Twilio</id> <name>Twilio</name> </developer> </developers> <scm> <connection>scm:git:git://github.com:twilio/twilio-chat-demo-kotlin.git</connection> <developerConnection>scm:git:ssh://github.com:twilio/twilio-chat-demo-kotlin.git</developerConnection> <url>https://github.com/twilio/twilio-chat-demo-kotlin/tree/main</url> </scm> <dependencies> <dependency> <groupId>com.getkeepsafe.relinker</groupId> <artifactId>relinker</artifactId> <version>1.4.1</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.12.12</version> </dependency> <dependency> <groupId>com.neovisionaries</groupId> <artifactId>nv-websocket-client</artifactId> <version>2.10</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.2.0</version> </dependency> </dependencies> </project>