MVN

com.gitee.xuankaicat : mqtt-enhance-android

Maven & Gradle

Mar 18, 2023

kmnkt · It is a library allow user easy to create a new connection like UDP, TCP, MQTT in Kotlin, support create a controller to manage MQTT connections, also support connect to Aliyun by Alink protocol.

<dependency>
    <groupId>com.gitee.xuankaicat</groupId>
    <artifactId>mqtt-enhance-android</artifactId>
    <version>2.0.0-alpha06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.xuankaicat : mqtt-enhance-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha06
  • Latest Alpha: 2.0.0-alpha06

All Versions

Choose a version of com.gitee.xuankaicat : mqtt-enhance-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mqtt-enhance-android-2.0.0-alpha06

How to add a dependency to Maven

Add the following com.gitee.xuankaicat : mqtt-enhance-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.xuankaicat</groupId>
    <artifactId>mqtt-enhance-android</artifactId>
    <version>2.0.0-alpha06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.xuankaicat : mqtt-enhance-android gradle dependency to your build.gradle file:

implementation 'com.gitee.xuankaicat:mqtt-enhance-android:2.0.0-alpha06'

Gradle Kotlin DSL: Add the following com.gitee.xuankaicat : mqtt-enhance-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.xuankaicat:mqtt-enhance-android:2.0.0-alpha06")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.xuankaicat : mqtt-enhance-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.xuankaicat" % "mqtt-enhance-android" % "2.0.0-alpha06"