Jar examples for m:mqtt-client
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.
You can download jar file mqtt-client 1.7 in this page.
Eclipse Public License - Version 1.0
You can use the following script to add mqtt-client-1.7.jar to your project.
<dependency> <groupId>org.fusesource.mqtt-client</groupId> <artifactId>mqtt-client</artifactId> <version>1.7</version> </dependency>
compile group: 'org.fusesource.mqtt-client', name: 'mqtt-client', version: '1.7'
libraryDependencies += "org.fusesource.mqtt-client" % "mqtt-client" % "1.7"
<dependency org="org.fusesource.mqtt-client" name="mqtt-client" rev="1.7"/>
@Grapes(@Grab(group='org.fusesource.mqtt-client', module='mqtt-client', version='1.7'))
'org.fusesource.mqtt-client:mqtt-client:jar:1.7'
Click the following link to download the jar file.
mqtt-client-1.7.jar