m

mqtt-client-project

mqtt-client provides an ASL 2.0 licensed API to MQTT. It takes care of automatically reconnecting to your MQTT server and restoring your client session if any network failures occur. Applications can use a blocking API style, a futures based API, or a callback/continuations passing API style.
http://${forge-project-id}.fusesource.org/
The Apache Software License, Version 2.0
Hiram Chirino
Files download
File Operation
mqtt-client-project-1.12.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.mqtt-client</groupId>
  <artifactId>mqtt-client-project</artifactId>
  <version>1.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.mqtt-client:mqtt-client-project:1.12'
Gradle Kotlin
implementation("org.fusesource.mqtt-client:mqtt-client-project:1.12")
Scala SBT
libraryDependencies += "org.fusesource.mqtt-client" % "mqtt-client-project" % "1.12"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.mqtt-client', module='mqtt-client-project', version='1.12')
)
Apache Ivy
<dependency org="org.fusesource.mqtt-client" name="mqtt-client-project" rev="1.12" />
Leiningen
[org.fusesource.mqtt-client/mqtt-client-project "1.12"]
Apache Buildr
'org.fusesource.mqtt-client:mqtt-client-project:jar:1.12'