is not current version
Last Version 0.0.6

io.joynr.mqtt:mqtt-client 0.0.3

A temporary fork of Eclipse Paho, for use by joynr in a JEE environment. This fork will not be updated; it is not recommended to use it for non-joynr purposes. See http://www.eclipse.org/paho

Categories

Categories

CLI User Interface
GroupId

GroupId

io.joynr.mqtt
ArtifactId

ArtifactId

mqtt-client
Version

Version

0.0.3
Type

Type

jar

Download mqtt-client 0.0.3


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