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