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