Last Version

Device I/O Zero - MQTT Sample App 0.14

Java Device I/O library with an API based on the Python GPIO Zero supporting portable across Single Board Computers (including Raspberry Pi, BeagleBone Black, Odroid C2, CHIP, Asus Tinker Board)

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.diozero
ArtifactId

ArtifactId

diozero-mqtt-client-app
Version

Version

0.14
Type

Type

jar
Description

Description

Device I/O Zero - MQTT Sample App
Java Device I/O library with an API based on the Python GPIO Zero supporting portable across Single Board Computers (including Raspberry Pi, BeagleBone Black, Odroid C2, CHIP, Asus Tinker Board)
Project Organization

Project Organization

diozero

Download diozero-mqtt-client-app 0.14


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

Dependencies

compile (5)

Group / Artifact Type Version
com.diozero : diozero-core jar 0.14
org.eclipse.paho : org.eclipse.paho.client.mqttv3 jar 1.2.5
com.google.code.gson : gson jar 2.8.6
org.tinylog : tinylog-api jar 2.1.2
org.tinylog : tinylog-impl jar 2.1.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.