h

hivemq-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
https://github.com/hivemq/hivemq-mqtt-client
Apache License, Version 2.0
HiveMQ and the HiveMQ Community
Silvio Giebl
文件下载
文件名 操作
hivemq-mqtt-client-1.3.1.jar 下载
hivemq-mqtt-client-1.3.1.pom 下载
hivemq-mqtt-client-1.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hivemq</groupId>
  <artifactId>hivemq-mqtt-client</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.hivemq:hivemq-mqtt-client:1.3.1'
Gradle Kotlin
implementation("com.hivemq:hivemq-mqtt-client:1.3.1")
Scala SBT
libraryDependencies += "com.hivemq" % "hivemq-mqtt-client" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.hivemq', module='hivemq-mqtt-client', version='1.3.1')
)
Apache Ivy
<dependency org="com.hivemq" name="hivemq-mqtt-client" rev="1.3.1" />
Leiningen
[com.hivemq/hivemq-mqtt-client "1.3.1"]
Apache Buildr
'com.hivemq:hivemq-mqtt-client:jar:1.3.1'