| Группа | Группаcom.tencent.iot.hub |
|---|---|
| Идентификатор | Идентификаторhub-device-android-core |
| Версия | Версия3.2.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| hub-device-android-core-3.2.0.pom | |
| hub-device-android-core-3.2.0-sources.jar | 56 KB |
| hub-device-android-core-3.2.0-javadoc.jar | 156 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.iot.hub/hub-device-android-core/ -->
<dependency>
<groupId>com.tencent.iot.hub</groupId>
<artifactId>hub-device-android-core</artifactId>
<version>3.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.iot.hub/hub-device-android-core/
implementation 'com.tencent.iot.hub:hub-device-android-core:3.2.0'
// https://jarcasting.com/artifacts/com.tencent.iot.hub/hub-device-android-core/
implementation ("com.tencent.iot.hub:hub-device-android-core:3.2.0")
'com.tencent.iot.hub:hub-device-android-core:aar:3.2.0'
<dependency org="com.tencent.iot.hub" name="hub-device-android-core" rev="3.2.0">
<artifact name="hub-device-android-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.iot.hub', module='hub-device-android-core', version='3.2.0')
)
libraryDependencies += "com.tencent.iot.hub" % "hub-device-android-core" % "3.2.0"
[com.tencent.iot.hub/hub-device-android-core "3.2.0"]