| License |
License |
|---|---|
| GroupId | GroupIdio.vertx |
| ArtifactId | ArtifactIdvertx-mqtt |
| Last Version | Last Version4.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVert.x MQTT
Vert.x MQTT reactive client and server
|
| Project Organization |
Project OrganizationEclipse |
| Filename | Size |
|---|---|
| vertx-mqtt-4.3.1.pom | |
| vertx-mqtt-4.3.1.jar | 60 KB |
| vertx-mqtt-4.3.1-tests.jar | 84 KB |
| vertx-mqtt-4.3.1-test-sources.jar | 42 KB |
| vertx-mqtt-4.3.1-sources.jar | 53 KB |
| vertx-mqtt-4.3.1-javadoc.jar | 138 KB |
| vertx-mqtt-4.3.1-docs.zip | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-mqtt/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mqtt</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-mqtt/
implementation 'io.vertx:vertx-mqtt:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-mqtt/
implementation ("io.vertx:vertx-mqtt:4.3.1")
'io.vertx:vertx-mqtt:jar:4.3.1'
<dependency org="io.vertx" name="vertx-mqtt" rev="4.3.1">
<artifact name="vertx-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mqtt', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-mqtt" % "4.3.1"
[io.vertx/vertx-mqtt "4.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-common | jar | |
| io.netty : netty-transport | jar | |
| io.netty : netty-handler | jar | |
| io.netty : netty-codec-mqtt | jar | |
| io.vertx : vertx-codegen Optional | jar | |
| io.vertx : vertx-docgen Optional | jar | |
| io.vertx : vertx-core | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-codec-haproxy | jar | |
| junit : junit | jar | 4.13.1 |
| io.vertx : vertx-unit | jar | |
| io.vertx : vertx-core | test-jar | |
| org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.5 |
| org.eclipse.paho : org.eclipse.paho.mqttv5.client | jar | 1.2.5 |
| org.mockito : mockito-core | jar | 3.3.3 |
| org.testcontainers : testcontainers | jar | 1.15.1 |