is not current version
Last Version 1.3.0

com.hivemq:hivemq-mqtt-client 1.1.2

HiveMQ MQTT Client is a MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support

Categories

Categories

CLI User Interface
GroupId

GroupId

com.hivemq
ArtifactId

ArtifactId

hivemq-mqtt-client
Version

Version

1.1.2
Type

Type

jar

Download hivemq-mqtt-client 1.1.2


<!-- https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/ -->
<dependency>
    <groupId>com.hivemq</groupId>
    <artifactId>hivemq-mqtt-client</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/
implementation 'com.hivemq:hivemq-mqtt-client:1.1.2'
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/
implementation ("com.hivemq:hivemq-mqtt-client:1.1.2")
'com.hivemq:hivemq-mqtt-client:jar:1.1.2'
<dependency org="com.hivemq" name="hivemq-mqtt-client" rev="1.1.2">
  <artifact name="hivemq-mqtt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hivemq', module='hivemq-mqtt-client', version='1.1.2')
)
libraryDependencies += "com.hivemq" % "hivemq-mqtt-client" % "1.1.2"
[com.hivemq/hivemq-mqtt-client "1.1.2"]