GroupId | GroupIdcom.tencent.iot.hub |
---|---|
ArtifactId | ArtifactIdhub-device-android |
Version | Version3.3.11 |
Type | Typeaar |
Filename | Size |
---|---|
hub-device-android-3.3.11.pom | |
hub-device-android-3.3.11-sources.jar | 41 KB |
hub-device-android-3.3.11-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.iot.hub/hub-device-android/ -->
<dependency>
<groupId>com.tencent.iot.hub</groupId>
<artifactId>hub-device-android</artifactId>
<version>3.3.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.iot.hub/hub-device-android/
implementation 'com.tencent.iot.hub:hub-device-android:3.3.11'
// https://jarcasting.com/artifacts/com.tencent.iot.hub/hub-device-android/
implementation ("com.tencent.iot.hub:hub-device-android:3.3.11")
'com.tencent.iot.hub:hub-device-android:aar:3.3.11'
<dependency org="com.tencent.iot.hub" name="hub-device-android" rev="3.3.11">
<artifact name="hub-device-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.iot.hub', module='hub-device-android', version='3.3.11')
)
libraryDependencies += "com.tencent.iot.hub" % "hub-device-android" % "3.3.11"
[com.tencent.iot.hub/hub-device-android "3.3.11"]