GroupId | GroupIdcom.tencent.iot.explorer |
---|---|
ArtifactId | ArtifactIdexplorer-device-android |
Version | Version3.3.10 |
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.3.10</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.3.10'
// https://jarcasting.com/artifacts/com.tencent.iot.explorer/explorer-device-android/
implementation ("com.tencent.iot.explorer:explorer-device-android:3.3.10")
'com.tencent.iot.explorer:explorer-device-android:aar:3.3.10'
<dependency org="com.tencent.iot.explorer" name="explorer-device-android" rev="3.3.10">
<artifact name="explorer-device-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.iot.explorer', module='explorer-device-android', version='3.3.10')
)
libraryDependencies += "com.tencent.iot.explorer" % "explorer-device-android" % "3.3.10"
[com.tencent.iot.explorer/explorer-device-android "3.3.10"]