| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.hivemq |
| ArtifactId | ArtifactIdhivemq-mqtt-client-websocket |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHiveMQ MQTT Client websocket module
Adds dependencies for the HiveMQ MQTT Client websocket module
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client-websocket/ -->
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client-websocket</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client-websocket/
implementation 'com.hivemq:hivemq-mqtt-client-websocket:1.3.0'
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client-websocket/
implementation ("com.hivemq:hivemq-mqtt-client-websocket:1.3.0")
'com.hivemq:hivemq-mqtt-client-websocket:pom:1.3.0'
<dependency org="com.hivemq" name="hivemq-mqtt-client-websocket" rev="1.3.0">
<artifact name="hivemq-mqtt-client-websocket" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hivemq', module='hivemq-mqtt-client-websocket', version='1.3.0')
)
libraryDependencies += "com.hivemq" % "hivemq-mqtt-client-websocket" % "1.3.0"
[com.hivemq/hivemq-mqtt-client-websocket "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hivemq : hivemq-mqtt-client | jar | 1.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-codec-http | jar | 4.1.48.Final |