License |
License |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-mqtt-server |
Last Version | Last Version3.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x MQTT server
Vert.x MQTT server
|
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-mqtt-server/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mqtt-server</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-mqtt-server/
implementation 'io.vertx:vertx-mqtt-server:3.4.2'
// https://jarcasting.com/artifacts/io.vertx/vertx-mqtt-server/
implementation ("io.vertx:vertx-mqtt-server:3.4.2")
'io.vertx:vertx-mqtt-server:jar:3.4.2'
<dependency org="io.vertx" name="vertx-mqtt-server" rev="3.4.2">
<artifact name="vertx-mqtt-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mqtt-server', version='3.4.2')
)
libraryDependencies += "io.vertx" % "vertx-mqtt-server" % "3.4.2"
[io.vertx/vertx-mqtt-server "3.4.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-lang-ruby Optional | jar | |
io.vertx : vertx-lang-js Optional | jar | |
io.vertx : vertx-lang-groovy Optional | jar | |
io.vertx : vertx-lang-kotlin Optional | jar | |
io.vertx : vertx-rx-java Optional | jar | |
io.vertx : vertx-core | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-codetrans | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.vertx : vertx-unit | jar | |
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.1.0 |