| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.said1296 |
| Идентификатор | Идентификаторmqttcontroller |
| Последняя версия | Последняя версия1.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMqtt Controller for Spring Boot
Allows to easily suscribe, publish and deserialize payloads from an MQTT Broker
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mqttcontroller-1.8.pom | |
| mqttcontroller-1.8-sources.jar | 14 KB |
| mqttcontroller-1.8-plain.jar | 41 KB |
| mqttcontroller-1.8-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/ -->
<dependency>
<groupId>com.github.said1296</groupId>
<artifactId>mqttcontroller</artifactId>
<version>1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/
implementation 'com.github.said1296:mqttcontroller:1.8'
// https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/
implementation ("com.github.said1296:mqttcontroller:1.8")
'com.github.said1296:mqttcontroller:pom:1.8'
<dependency org="com.github.said1296" name="mqttcontroller" rev="1.8">
<artifact name="mqttcontroller" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.said1296', module='mqttcontroller', version='1.8')
)
libraryDependencies += "com.github.said1296" % "mqttcontroller" % "1.8"
[com.github.said1296/mqttcontroller "1.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.21 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.21 |
| org.aspectj : aspectjweaver | jar | 1.9.6 |
| org.springframework : spring-aop | jar | 5.3.2 |
| de.invesdwin » invesdwin-instrument | jar | 1.0.9 |
| com.google.code.gson : gson | jar | 2.8.6 |
| org.springframework.integration : spring-integration-mqtt | jar | 5.4.2 |