MVN

org.fusesource.mqtt-client : mqtt-client

Maven & Gradle

Sep 18, 2019
63 usages
1.2k stars

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.

<dependency>
    <groupId>org.fusesource.mqtt-client</groupId>
    <artifactId>mqtt-client</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.mqtt-client : mqtt-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of org.fusesource.mqtt-client : mqtt-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
mqtt-client-1.16
1.15
mqtt-client-1.15
1.14
mqtt-client-1.14
1.13
mqtt-client-1.13
1.12
mqtt-client-1.12
1.11
mqtt-client-1.11
1.10
mqtt-client-1.10
1.9
mqtt-client-1.9
1.8
mqtt-client-1.8
1.7
mqtt-client-1.7
1.6
mqtt-client-1.6
1.5
mqtt-client-1.5
1.4
mqtt-client-1.4
1.3
mqtt-client-1.3
1.2
mqtt-client-1.2
1.1
mqtt-client-1.1
1.0
mqtt-client-1.0

How to add a dependency to Maven

Add the following org.fusesource.mqtt-client : mqtt-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fusesource.mqtt-client</groupId>
    <artifactId>mqtt-client</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fusesource.mqtt-client : mqtt-client gradle dependency to your build.gradle file:

implementation 'org.fusesource.mqtt-client:mqtt-client:1.16'

Gradle Kotlin DSL: Add the following org.fusesource.mqtt-client : mqtt-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fusesource.mqtt-client:mqtt-client:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fusesource.mqtt-client : mqtt-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fusesource.mqtt-client" % "mqtt-client" % "1.16"

Advertisement

Dependencies from Group

Discover Dependencies

Sep 21, 2019
22 usages
4.1k stars
Oct 19, 2018
10 usages
Jun 11, 2019
22 usages
255 stars
Dec 23, 2022
116 usages
25 stars
Oct 14, 2022
97 usages
667 stars
Jun 23, 2021
118 usages
1.7k stars
May 29, 2023
16 usages
536 stars
May 06, 2020
84 usages
107 stars