License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.hivemq |
ArtifactId | ArtifactIdhivemq-mqtt-client |
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 |
Filename | Size |
---|---|
hivemq-mqtt-client-1.3.0.pom | |
hivemq-mqtt-client-1.3.0.jar | 1 MB |
hivemq-mqtt-client-1.3.0-sources.jar | 666 KB |
hivemq-mqtt-client-1.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/ -->
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/
implementation 'com.hivemq:hivemq-mqtt-client:1.3.0'
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/
implementation ("com.hivemq:hivemq-mqtt-client:1.3.0")
'com.hivemq:hivemq-mqtt-client:jar:1.3.0'
<dependency org="com.hivemq" name="hivemq-mqtt-client" rev="1.3.0">
<artifact name="hivemq-mqtt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hivemq', module='hivemq-mqtt-client', version='1.3.0')
)
libraryDependencies += "com.hivemq" % "hivemq-mqtt-client" % "1.3.0"
[com.hivemq/hivemq-mqtt-client "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.19 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-buffer | jar | 4.1.48.Final |
io.netty : netty-codec | jar | 4.1.48.Final |
io.netty : netty-common | jar | 4.1.48.Final |
io.netty : netty-handler | jar | 4.1.48.Final |
io.netty : netty-transport | jar | 4.1.48.Final |
org.jctools : jctools-core | jar | 2.1.2 |
org.jetbrains : annotations | jar | 16.0.3 |
com.google.dagger : dagger | jar | 2.27 |
io.netty : netty-codec-http Optional | jar | 4.1.48.Final |
io.netty : netty-handler-proxy Optional | jar | 4.1.48.Final |
io.netty : netty-transport-native-epoll Optional | jar | 4.1.48.Final |