MVN

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

Maven & Gradle

May 23, 2023
3 usages
44 stars

explorer device android · Explorer Device Android library

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

Latest Version

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

  • Latest Stable: 3.3.22

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.iot.explorer</groupId>
    <artifactId>explorer-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.explorer : explorer-device-android gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement