MVN

com.tencent.iot.hub : hub-device-android

Maven & Gradle

May 23, 2023
1 usages
45 stars

hub device android · Hub Device Android library

<dependency>
    <groupId>com.tencent.iot.hub</groupId>
    <artifactId>hub-device-android</artifactId>
    <version>3.3.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.iot.hub : hub-device-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.22

All Versions

Choose a version of com.tencent.iot.hub : hub-device-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
hub-device-android-3.3.22
hub-device-android-3.3.21
hub-device-android-3.3.20
hub-device-android-3.3.19
hub-device-android-3.3.18
hub-device-android-3.3.17
hub-device-android-3.3.16
hub-device-android-3.3.15
hub-device-android-3.3.14
hub-device-android-3.3.13
hub-device-android-3.3.12
hub-device-android-3.3.11
hub-device-android-3.3.10
hub-device-android-3.3.9
hub-device-android-3.3.8
hub-device-android-3.3.7
hub-device-android-3.3.5
hub-device-android-3.3.4
hub-device-android-3.3.3
hub-device-android-3.3.2
hub-device-android-3.3.1
2.6.x
hub-device-android-2.6.1

How to add a dependency to Maven

Add the following com.tencent.iot.hub : hub-device-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.iot.hub</groupId>
    <artifactId>hub-device-android</artifactId>
    <version>3.3.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.iot.hub : hub-device-android gradle dependency to your build.gradle file:

implementation 'com.tencent.iot.hub:hub-device-android:3.3.22'

Gradle Kotlin DSL: Add the following com.tencent.iot.hub : hub-device-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.iot.hub:hub-device-android:3.3.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.iot.hub : hub-device-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.iot.hub" % "hub-device-android" % "3.3.22"

Advertisement