is not current version
Last Version 1.0.9

nl.robfaber.home:mqtt-gateway 1.0.2

This library contains a mqtt gateway whcih is build on top of the eclipse paho mqtt client

GroupId

GroupId

nl.robfaber.home
ArtifactId

ArtifactId

mqtt-gateway
Version

Version

1.0.2
Type

Type

jar

Download mqtt-gateway 1.0.2


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