is not current version
Last Version 1.8

com.github.said1296:mqttcontroller 1.4

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

GroupId

GroupId

com.github.said1296
ArtifactId

ArtifactId

mqttcontroller
Version

Version

1.4
Type

Type

pom

Download mqttcontroller 1.4


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