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