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