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