Last Version

mqtt-client-website 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-website
Version

Version

1.16
Type

Type

war
Description

Description

mqtt-client-website
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/mqtt-client-website

Download mqtt-client-website 1.16


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

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1
org.scala-lang : scala-compiler jar 2.9.1
org.fusesource.scalate : scalate-wikitext jar 1.5.3
org.fusesource.scalate : scalate-page jar 1.5.3
org.fusesource.scalamd : scalamd jar 1.5
org.slf4j : slf4j-log4j12 jar 1.6.0

Project Modules

There are no modules declared in this project.