MVN

io.rapidw.mqtt : rapidw-mqtt-client

Maven & Gradle

Aug 22, 2023
0 stars

io.rapidw.mqtt:rapidw-mqtt-client · Rapidw MQTT client

<dependency>
    <groupId>io.rapidw.mqtt</groupId>
    <artifactId>rapidw-mqtt-client</artifactId>
    <version>0.0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.19

All Versions

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

Version Vulnerabilities Updated
0.0.x
rapidw-mqtt-client-0.0.19
rapidw-mqtt-client-0.0.18
rapidw-mqtt-client-0.0.17
rapidw-mqtt-client-0.0.16
rapidw-mqtt-client-0.0.15
rapidw-mqtt-client-0.0.14
rapidw-mqtt-client-0.0.13
rapidw-mqtt-client-0.0.12
rapidw-mqtt-client-0.0.11
rapidw-mqtt-client-0.0.9
rapidw-mqtt-client-0.0.8
rapidw-mqtt-client-0.0.7
rapidw-mqtt-client-0.0.6
rapidw-mqtt-client-0.0.5
rapidw-mqtt-client-0.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.rapidw.mqtt</groupId>
    <artifactId>rapidw-mqtt-client</artifactId>
    <version>0.0.19</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.rapidw.mqtt:rapidw-mqtt-client:0.0.19'

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

implementation("io.rapidw.mqtt:rapidw-mqtt-client:0.0.19")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.rapidw.mqtt" % "rapidw-mqtt-client" % "0.0.19"