MVN

org.smartboot.mqtt : smart-mqtt-client

Maven & Gradle

Aug 13, 2023
<dependency>
    <groupId>org.smartboot.mqtt</groupId>
    <artifactId>smart-mqtt-client</artifactId>
    <version>0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smartboot.mqtt : smart-mqtt-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26

All Versions

Choose a version of org.smartboot.mqtt : smart-mqtt-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26
smart-mqtt-client-0.26
0.25
smart-mqtt-client-0.25
0.24
smart-mqtt-client-0.24
0.23
smart-mqtt-client-0.23
0.22
smart-mqtt-client-0.22
0.21
smart-mqtt-client-0.21
0.20
smart-mqtt-client-0.20
0.18
smart-mqtt-client-0.18
0.17
smart-mqtt-client-0.17
0.16
smart-mqtt-client-0.16
0.15
smart-mqtt-client-0.15
0.13
smart-mqtt-client-0.13
0.12
smart-mqtt-client-0.12
0.10
smart-mqtt-client-0.10
0.8
smart-mqtt-client-0.8

How to add a dependency to Maven

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

<dependency>
    <groupId>org.smartboot.mqtt</groupId>
    <artifactId>smart-mqtt-client</artifactId>
    <version>0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smartboot.mqtt : smart-mqtt-client gradle dependency to your build.gradle file:

implementation 'org.smartboot.mqtt:smart-mqtt-client:0.26'

Gradle Kotlin DSL: Add the following org.smartboot.mqtt : smart-mqtt-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smartboot.mqtt:smart-mqtt-client:0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smartboot.mqtt : smart-mqtt-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smartboot.mqtt" % "smart-mqtt-client" % "0.26"