is not current version
Last Version 1.8

com.github.said1296:mqttcontroller 1.7

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

GroupId

GroupId

com.github.said1296
ArtifactId

ArtifactId

mqttcontroller
Version

Version

1.7
Type

Type

pom

Download mqttcontroller 1.7


<!-- https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/ -->
<dependency>
    <groupId>com.github.said1296</groupId>
    <artifactId>mqttcontroller</artifactId>
    <version>1.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/
implementation 'com.github.said1296:mqttcontroller:1.7'
// https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/
implementation ("com.github.said1296:mqttcontroller:1.7")
'com.github.said1296:mqttcontroller:pom:1.7'
<dependency org="com.github.said1296" name="mqttcontroller" rev="1.7">
  <artifact name="mqttcontroller" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.said1296', module='mqttcontroller', version='1.7')
)
libraryDependencies += "com.github.said1296" % "mqttcontroller" % "1.7"
[com.github.said1296/mqttcontroller "1.7"]