MVN

com.twilio : chat-android-with-symbols

Maven & Gradle

Aug 26, 2021
4 stars

Programmable Chat Android SDK With Symbols · 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. This version contains native symbols which could be used to symbolicate stack traces of native crashes using crashlytics or similar tools

<dependency>
    <groupId>com.twilio</groupId>
    <artifactId>chat-android-with-symbols</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twilio : chat-android-with-symbols to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.1

All Versions

Choose a version of com.twilio : chat-android-with-symbols to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
chat-android-with-symbols-7.0.1
chat-android-with-symbols-7.0.0
6.2.x
chat-android-with-symbols-6.2.2
chat-android-with-symbols-6.2.1
chat-android-with-symbols-6.2.0

How to add a dependency to Maven

Add the following com.twilio : chat-android-with-symbols maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twilio</groupId>
    <artifactId>chat-android-with-symbols</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twilio : chat-android-with-symbols gradle dependency to your build.gradle file:

implementation 'com.twilio:chat-android-with-symbols:7.0.1'

Gradle Kotlin DSL: Add the following com.twilio : chat-android-with-symbols gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twilio:chat-android-with-symbols:7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twilio : chat-android-with-symbols sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twilio" % "chat-android-with-symbols" % "7.0.1"

Advertisement

Dependencies from Group

Jun 23, 2023
5 usages
185 stars
Jul 20, 2021
4 usages
513 stars
Oct 10, 2014
3 usages
Mar 16, 2023
2 usages
23 stars
May 25, 2023
1 usages
154 stars

Discover Dependencies