MVN

io.github.mayzs : paho.mqtt.android

Maven & Gradle

Jan 08, 2024
16 stars

paho.mqtt.android · 修改原有 eclipse paho mqtt android 项目,支持AndroidX,支持 Android 14

<dependency>
    <groupId>io.github.mayzs</groupId>
    <artifactId>paho.mqtt.android</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mayzs : paho.mqtt.android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of io.github.mayzs : paho.mqtt.android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
paho.mqtt.android-1.1.2

How to add a dependency to Maven

Add the following io.github.mayzs : paho.mqtt.android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mayzs</groupId>
    <artifactId>paho.mqtt.android</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mayzs : paho.mqtt.android gradle dependency to your build.gradle file:

implementation 'io.github.mayzs:paho.mqtt.android:1.1.2'

Gradle Kotlin DSL: Add the following io.github.mayzs : paho.mqtt.android gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mayzs:paho.mqtt.android:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mayzs : paho.mqtt.android sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mayzs" % "paho.mqtt.android" % "1.1.2"