| GroupId | GroupIdcom.twilio |
|---|---|
| ArtifactId | ArtifactIdchat-android-with-symbols |
| Version | Version6.2.0 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.twilio/chat-android-with-symbols/ -->
<dependency>
<groupId>com.twilio</groupId>
<artifactId>chat-android-with-symbols</artifactId>
<version>6.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twilio/chat-android-with-symbols/
implementation 'com.twilio:chat-android-with-symbols:6.2.0'
// https://jarcasting.com/artifacts/com.twilio/chat-android-with-symbols/
implementation ("com.twilio:chat-android-with-symbols:6.2.0")
'com.twilio:chat-android-with-symbols:aar:6.2.0'
<dependency org="com.twilio" name="chat-android-with-symbols" rev="6.2.0">
<artifact name="chat-android-with-symbols" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twilio', module='chat-android-with-symbols', version='6.2.0')
)
libraryDependencies += "com.twilio" % "chat-android-with-symbols" % "6.2.0"
[com.twilio/chat-android-with-symbols "6.2.0"]