文件下载
文件名 操作
explorer-link-android-1.5.6.pom 下载
explorer-link-android-1.5.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.iot.explorer</groupId>
  <artifactId>explorer-link-android</artifactId>
  <version>1.5.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.iot.explorer:explorer-link-android:1.5.6'
Gradle Kotlin
implementation("com.tencent.iot.explorer:explorer-link-android:1.5.6")
Scala SBT
libraryDependencies += "com.tencent.iot.explorer" % "explorer-link-android" % "1.5.6"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.iot.explorer', module='explorer-link-android', version='1.5.6')
)
Apache Ivy
<dependency org="com.tencent.iot.explorer" name="explorer-link-android" rev="1.5.6" />
Leiningen
[com.tencent.iot.explorer/explorer-link-android "1.5.6"]
Apache Buildr
'com.tencent.iot.explorer:explorer-link-android:jar:1.5.6'