p

paho.mqtt.android

修改原有 eclipse paho mqtt android 项目,支持AndroidX,支持 Android 14
https://github.com/mayzs/paho.mqtt.android
The Apache License, Version 2.0
mayz
Files download
File Operation
paho.mqtt.android-1.1.7.pom download
paho.mqtt.android-1.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mayzs</groupId>
  <artifactId>paho.mqtt.android</artifactId>
  <version>1.1.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.mayzs:paho.mqtt.android:1.1.7'
Gradle Kotlin
implementation("io.github.mayzs:paho.mqtt.android:1.1.7")
Scala SBT
libraryDependencies += "io.github.mayzs" % "paho.mqtt.android" % "1.1.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mayzs', module='paho.mqtt.android', version='1.1.7')
)
Apache Ivy
<dependency org="io.github.mayzs" name="paho.mqtt.android" rev="1.1.7" />
Leiningen
[io.github.mayzs/paho.mqtt.android "1.1.7"]
Apache Buildr
'io.github.mayzs:paho.mqtt.android:jar:1.1.7'