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