GroupId | GroupIdcom.memfault.cloud |
---|---|
ArtifactId | ArtifactIdcloud-android |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
cloud-android-1.0.3.pom | |
cloud-android-1.0.3.aar | 54 KB |
cloud-android-1.0.3-sources.jar | 833 bytes |
cloud-android-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.memfault.cloud/cloud-android/ -->
<dependency>
<groupId>com.memfault.cloud</groupId>
<artifactId>cloud-android</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.memfault.cloud/cloud-android/
implementation 'com.memfault.cloud:cloud-android:1.0.3'
// https://jarcasting.com/artifacts/com.memfault.cloud/cloud-android/
implementation ("com.memfault.cloud:cloud-android:1.0.3")
'com.memfault.cloud:cloud-android:aar:1.0.3'
<dependency org="com.memfault.cloud" name="cloud-android" rev="1.0.3">
<artifact name="cloud-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.memfault.cloud', module='cloud-android', version='1.0.3')
)
libraryDependencies += "com.memfault.cloud" % "cloud-android" % "1.0.3"
[com.memfault.cloud/cloud-android "1.0.3"]