License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.joynr.mqtt |
ArtifactId | ArtifactIdmqtt-client |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.joynr.mqtt:mqtt-client
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
|
Filename | Size |
---|---|
mqtt-client-0.0.6.pom | |
mqtt-client-0.0.6.jar | 191 KB |
mqtt-client-0.0.6-sources.jar | 199 KB |
mqtt-client-0.0.6-source.jar | 199 KB |
mqtt-client-0.0.6-javadoc.jar | 650 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.mqtt/mqtt-client/ -->
<dependency>
<groupId>io.joynr.mqtt</groupId>
<artifactId>mqtt-client</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.mqtt/mqtt-client/
implementation 'io.joynr.mqtt:mqtt-client:0.0.6'
// https://jarcasting.com/artifacts/io.joynr.mqtt/mqtt-client/
implementation ("io.joynr.mqtt:mqtt-client:0.0.6")
'io.joynr.mqtt:mqtt-client:jar:0.0.6'
<dependency org="io.joynr.mqtt" name="mqtt-client" rev="0.0.6">
<artifact name="mqtt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.mqtt', module='mqtt-client', version='0.0.6')
)
libraryDependencies += "io.joynr.mqtt" % "mqtt-client" % "0.0.6"
[io.joynr.mqtt/mqtt-client "0.0.6"]