| License |
License |
|---|---|
| GroupId | GroupIdio.vertx |
| ArtifactId | ArtifactIdvertx-mqtt |
| Version | Version4.2.2 |
| Type | Typejar |
| Description |
DescriptionVert.x MQTT
Vert.x MQTT reactive client and server
|
| Project Organization |
Project OrganizationEclipse |
| Filename | Size |
|---|---|
| vertx-mqtt-4.2.2.pom | |
| vertx-mqtt-4.2.2.jar | 95 KB |
| vertx-mqtt-4.2.2-tests.jar | 152 KB |
| vertx-mqtt-4.2.2-test-sources.jar | 75 KB |
| vertx-mqtt-4.2.2-sources.jar | 75 KB |
| vertx-mqtt-4.2.2-javadoc.jar | 226 KB |
| vertx-mqtt-4.2.2-docs.zip | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-mqtt/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mqtt</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-mqtt/
implementation 'io.vertx:vertx-mqtt:4.2.2'
// https://jarcasting.com/artifacts/io.vertx/vertx-mqtt/
implementation ("io.vertx:vertx-mqtt:4.2.2")
'io.vertx:vertx-mqtt:jar:4.2.2'
<dependency org="io.vertx" name="vertx-mqtt" rev="4.2.2">
<artifact name="vertx-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mqtt', version='4.2.2')
)
libraryDependencies += "io.vertx" % "vertx-mqtt" % "4.2.2"
[io.vertx/vertx-mqtt "4.2.2"]
| 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 |