| License |
License |
|---|---|
| GroupId | GroupIdde.oberdorf-itc |
| ArtifactId | ArtifactIdoitc-mqtt |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
Descriptionde.oberdorf-itc: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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| oitc-mqtt-0.2.0.pom | |
| oitc-mqtt-0.2.0.jar | 2 KB |
| oitc-mqtt-0.2.0-sources.jar | 4 KB |
| oitc-mqtt-0.2.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-mqtt/ -->
<dependency>
<groupId>de.oberdorf-itc</groupId>
<artifactId>oitc-mqtt</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-mqtt/
implementation 'de.oberdorf-itc:oitc-mqtt:0.2.0'
// https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-mqtt/
implementation ("de.oberdorf-itc:oitc-mqtt:0.2.0")
'de.oberdorf-itc:oitc-mqtt:jar:0.2.0'
<dependency org="de.oberdorf-itc" name="oitc-mqtt" rev="0.2.0">
<artifact name="oitc-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.oberdorf-itc', module='oitc-mqtt', version='0.2.0')
)
libraryDependencies += "de.oberdorf-itc" % "oitc-mqtt" % "0.2.0"
[de.oberdorf-itc/oitc-mqtt "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |