is not current version
Last Version 1.8

com.github.said1296:mqttcontroller 1.3

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

GroupId

GroupId

com.github.said1296
ArtifactId

ArtifactId

mqttcontroller
Version

Version

1.3
Type

Type

pom

Download mqttcontroller 1.3


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