Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.twilio |
ArtifactId | ArtifactIdclient-android |
Version | Version1.2.17 |
Type | Typeaar |
Filename | Size |
---|---|
client-android-1.2.17.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.twilio/client-android/ -->
<dependency>
<groupId>com.twilio</groupId>
<artifactId>client-android</artifactId>
<version>1.2.17</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twilio/client-android/
implementation 'com.twilio:client-android:1.2.17'
// https://jarcasting.com/artifacts/com.twilio/client-android/
implementation ("com.twilio:client-android:1.2.17")
'com.twilio:client-android:aar:1.2.17'
<dependency org="com.twilio" name="client-android" rev="1.2.17">
<artifact name="client-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twilio', module='client-android', version='1.2.17')
)
libraryDependencies += "com.twilio" % "client-android" % "1.2.17"
[com.twilio/client-android "1.2.17"]