is not current version
Last Version 1.2.21

com.twilio:client-android 1.2.20

Twilio Client Android is a Java library for Android that enables voice communications with landlines or other Twilio Client devices, including web browsers and other mobile devices.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.twilio
ArtifactId

ArtifactId

client-android
Version

Version

1.2.20
Type

Type

aar

Download client-android 1.2.20


<!-- https://jarcasting.com/artifacts/com.twilio/client-android/ -->
<dependency>
    <groupId>com.twilio</groupId>
    <artifactId>client-android</artifactId>
    <version>1.2.20</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twilio/client-android/
implementation 'com.twilio:client-android:1.2.20'
// https://jarcasting.com/artifacts/com.twilio/client-android/
implementation ("com.twilio:client-android:1.2.20")
'com.twilio:client-android:aar:1.2.20'
<dependency org="com.twilio" name="client-android" rev="1.2.20">
  <artifact name="client-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twilio', module='client-android', version='1.2.20')
)
libraryDependencies += "com.twilio" % "client-android" % "1.2.20"
[com.twilio/client-android "1.2.20"]