MVN

io.vertx : vertx-mqtt-server

Maven & Gradle

Jun 15, 2017
5 usages
2 stars

Vert.x MQTT server · Vert.x MQTT server

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-mqtt-server</artifactId>
    <version>3.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vertx : vertx-mqtt-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.2
  • Latest Beta: 3.4.0.Beta1

All Versions

Choose a version of io.vertx : vertx-mqtt-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
vertx-mqtt-server-3.4.2
CVE-2016-10523
vertx-mqtt-server-3.4.1
CVE-2016-10523
vertx-mqtt-server-3.4.0
CVE-2016-10523
vertx-mqtt-server-3.4.0.Beta1

How to add a dependency to Maven

Add the following io.vertx : vertx-mqtt-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-mqtt-server</artifactId>
    <version>3.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vertx : vertx-mqtt-server gradle dependency to your build.gradle file:

implementation 'io.vertx:vertx-mqtt-server:3.4.2'

Gradle Kotlin DSL: Add the following io.vertx : vertx-mqtt-server gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vertx:vertx-mqtt-server:3.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vertx : vertx-mqtt-server sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vertx" % "vertx-mqtt-server" % "3.4.2"

Advertisement

Dependencies from Group

Jun 22, 2023
1.2k usages
13.7k stars
Jun 22, 2023
556 usages
2 stars
Jun 22, 2023
446 usages
2 stars
Jun 22, 2023
333 usages
Jun 22, 2023
265 usages

Discover Dependencies