Last Version

mqtt-client-project 1.16

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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.fusesource.mqtt-client
ArtifactId

ArtifactId

mqtt-client-project
Version

Version

1.16
Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

FuseSource, Corp.
Source Code Management

Source Code Management

http://github.com/fusesource/mqtt-client/tree/master

Download mqtt-client-project 1.16


<!-- https://jarcasting.com/artifacts/org.fusesource.mqtt-client/mqtt-client-project/ -->
<dependency>
    <groupId>org.fusesource.mqtt-client</groupId>
    <artifactId>mqtt-client-project</artifactId>
    <version>1.16</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.mqtt-client/mqtt-client-project/
implementation 'org.fusesource.mqtt-client:mqtt-client-project:1.16'
// https://jarcasting.com/artifacts/org.fusesource.mqtt-client/mqtt-client-project/
implementation ("org.fusesource.mqtt-client:mqtt-client-project:1.16")
'org.fusesource.mqtt-client:mqtt-client-project:pom:1.16'
<dependency org="org.fusesource.mqtt-client" name="mqtt-client-project" rev="1.16">
  <artifact name="mqtt-client-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.mqtt-client', module='mqtt-client-project', version='1.16')
)
libraryDependencies += "org.fusesource.mqtt-client" % "mqtt-client-project" % "1.16"
[org.fusesource.mqtt-client/mqtt-client-project "1.16"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • mqtt-client
  • mqtt-client-java1.4-uber
  • mqtt-client-website