m

mqtt-gateway

This library contains a mqtt gateway whcih is build on top of the eclipse paho mqtt client
https://gitlab.com/robfaber/mqtt-gateway
MIT License
Rob Faber
文件下载
文件名 操作
mqtt-gateway-1.0.11.jar 下载
mqtt-gateway-1.0.11.pom 下载
mqtt-gateway-1.0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nl.robfaber.home</groupId>
  <artifactId>mqtt-gateway</artifactId>
  <version>1.0.11</version>
</dependency>
Gradle Groovy
implementation 'nl.robfaber.home:mqtt-gateway:1.0.11'
Gradle Kotlin
implementation("nl.robfaber.home:mqtt-gateway:1.0.11")
Scala SBT
libraryDependencies += "nl.robfaber.home" % "mqtt-gateway" % "1.0.11"
Groovy Grape
@Grapes(
  @Grab(group='nl.robfaber.home', module='mqtt-gateway', version='1.0.11')
)
Apache Ivy
<dependency org="nl.robfaber.home" name="mqtt-gateway" rev="1.0.11" />
Leiningen
[nl.robfaber.home/mqtt-gateway "1.0.11"]
Apache Buildr
'nl.robfaber.home:mqtt-gateway:jar:1.0.11'