License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.hivemq |
ArtifactId | ArtifactIdhivemq-mqtt-client-shaded |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHiveMQ MQTT Client
HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client-shaded/ -->
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client-shaded</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client-shaded/
implementation 'com.hivemq:hivemq-mqtt-client-shaded:1.3.0'
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client-shaded/
implementation ("com.hivemq:hivemq-mqtt-client-shaded:1.3.0")
'com.hivemq:hivemq-mqtt-client-shaded:jar:1.3.0'
<dependency org="com.hivemq" name="hivemq-mqtt-client-shaded" rev="1.3.0">
<artifact name="hivemq-mqtt-client-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hivemq', module='hivemq-mqtt-client-shaded', version='1.3.0')
)
libraryDependencies += "com.hivemq" % "hivemq-mqtt-client-shaded" % "1.3.0"
[com.hivemq/hivemq-mqtt-client-shaded "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.19 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |