GroupId | GroupIdcom.memfault.cloud |
---|---|
ArtifactId | ArtifactIdcloud-android |
Version | Version1.0.0-RC2 |
Type | Typeaar |
Filename | Size |
---|---|
cloud-android-1.0.0-RC2.pom | |
cloud-android-1.0.0-RC2.aar | 53 KB |
cloud-android-1.0.0-RC2-sources.jar | 833 bytes |
cloud-android-1.0.0-RC2-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.0-RC2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.memfault.cloud/cloud-android/
implementation 'com.memfault.cloud:cloud-android:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.memfault.cloud/cloud-android/
implementation ("com.memfault.cloud:cloud-android:1.0.0-RC2")
'com.memfault.cloud:cloud-android:aar:1.0.0-RC2'
<dependency org="com.memfault.cloud" name="cloud-android" rev="1.0.0-RC2">
<artifact name="cloud-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.memfault.cloud', module='cloud-android', version='1.0.0-RC2')
)
libraryDependencies += "com.memfault.cloud" % "cloud-android" % "1.0.0-RC2"
[com.memfault.cloud/cloud-android "1.0.0-RC2"]