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