Last Version

Mqtt Controller for Spring Boot 1.8

Allows to easily suscribe, publish and deserialize payloads from an MQTT Broker

License

License

GroupId

GroupId

com.github.said1296
ArtifactId

ArtifactId

mqttcontroller
Version

Version

1.8
Type

Type

pom
Description

Description

Mqtt Controller for Spring Boot
Allows to easily suscribe, publish and deserialize payloads from an MQTT Broker
Project URL

Project URL

https://github.com/said1296/mqttcontroller
Source Code Management

Source Code Management

https://github.com/said1296/mqttcontroller

Download mqttcontroller 1.8


<!-- 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"]

Dependencies

runtime (8)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.