не последняя версия
Последняя версия 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

Группа

Группа

nl.robfaber.home
Идентификатор

Идентификатор

mqtt-gateway
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать 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"]