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