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