GroupId | GroupIdcom.tencent.iot.explorer |
---|---|
ArtifactId | ArtifactIdexplorer-device-android |
Version | Version3.2.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.tencent.iot.explorer/explorer-device-android/ -->
<dependency>
<groupId>com.tencent.iot.explorer</groupId>
<artifactId>explorer-device-android</artifactId>
<version>3.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.iot.explorer/explorer-device-android/
implementation 'com.tencent.iot.explorer:explorer-device-android:3.2.1'
// https://jarcasting.com/artifacts/com.tencent.iot.explorer/explorer-device-android/
implementation ("com.tencent.iot.explorer:explorer-device-android:3.2.1")
'com.tencent.iot.explorer:explorer-device-android:aar:3.2.1'
<dependency org="com.tencent.iot.explorer" name="explorer-device-android" rev="3.2.1">
<artifact name="explorer-device-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.iot.explorer', module='explorer-device-android', version='3.2.1')
)
libraryDependencies += "com.tencent.iot.explorer" % "explorer-device-android" % "3.2.1"
[com.tencent.iot.explorer/explorer-device-android "3.2.1"]