is not current version
Last Version 4.1.1

com.nexmo.android:client-sdk 3.1.1

Nexmo Conversation API client SDK for Android

Categories

Categories

CLI User Interface
GroupId

GroupId

com.nexmo.android
ArtifactId

ArtifactId

client-sdk
Version

Version

3.1.1
Type

Type

aar

Download client-sdk 3.1.1


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