o

oitc-mqtt

This library is wrapper class for easy MQTT handling in a background thread. It uses org.eclipse.paho.client.mqttv3 library for MQTT.
https://www.oberdorf-itc.de/
MIT License
Michael Oberdorf IT-Consulting
Michael Oberdorf
Files download
File Operation
oitc-mqtt-0.3.0.jar download
oitc-mqtt-0.3.0.pom download
oitc-mqtt-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.oberdorf-itc</groupId>
  <artifactId>oitc-mqtt</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'de.oberdorf-itc:oitc-mqtt:0.3.0'
Gradle Kotlin
implementation("de.oberdorf-itc:oitc-mqtt:0.3.0")
Scala SBT
libraryDependencies += "de.oberdorf-itc" % "oitc-mqtt" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.oberdorf-itc', module='oitc-mqtt', version='0.3.0')
)
Apache Ivy
<dependency org="de.oberdorf-itc" name="oitc-mqtt" rev="0.3.0" />
Leiningen
[de.oberdorf-itc/oitc-mqtt "0.3.0"]
Apache Buildr
'de.oberdorf-itc:oitc-mqtt:jar:0.3.0'