| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnl.robfaber.home |
| Идентификатор | Идентификаторmqtt-gateway |
| Последняя версия | Последняя версия1.0.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnl.robfaber.home:mqtt-gateway
This library contains a mqtt gateway whcih is build on top of the eclipse paho mqtt client
|
| Имя Файла | Размер |
|---|---|
| mqtt-gateway-1.0.9.pom | |
| mqtt-gateway-1.0.9.jar | 9 KB |
| mqtt-gateway-1.0.9-sources.jar | 5 KB |
| mqtt-gateway-1.0.9-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.robfaber.home/mqtt-gateway/ -->
<dependency>
<groupId>nl.robfaber.home</groupId>
<artifactId>mqtt-gateway</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/nl.robfaber.home/mqtt-gateway/
implementation 'nl.robfaber.home:mqtt-gateway:1.0.9'
// https://jarcasting.com/artifacts/nl.robfaber.home/mqtt-gateway/
implementation ("nl.robfaber.home:mqtt-gateway:1.0.9")
'nl.robfaber.home:mqtt-gateway:jar:1.0.9'
<dependency org="nl.robfaber.home" name="mqtt-gateway" rev="1.0.9">
<artifact name="mqtt-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.robfaber.home', module='mqtt-gateway', version='1.0.9')
)
libraryDependencies += "nl.robfaber.home" % "mqtt-gateway" % "1.0.9"
[nl.robfaber.home/mqtt-gateway "1.0.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.paho » mqtt-client | jar | 0.4.0 |
| org.slf4j : slf4j-api | jar | 1.7.28 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |