MVN

io.github.quickmsg : smqtt-core

Maven & Gradle

Feb 24, 2023
3 usages
306 stars

smqtt-core

<dependency>
    <groupId>io.github.quickmsg</groupId>
    <artifactId>smqtt-core</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.quickmsg : smqtt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of io.github.quickmsg : smqtt-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • smqtt-core-1.1.7

    Feb 24, 2023
  • smqtt-core-1.1.6

    Dec 15, 2022
  • smqtt-core-1.1.5

    Jul 12, 2022
  • smqtt-core-1.1.4

    May 28, 2022
  • smqtt-core-1.1.3

    Mar 20, 2022
  • smqtt-core-1.1.2

    Jan 16, 2022
  • smqtt-core-0.3.1

    Jan 13, 2022
  • smqtt-core-1.1.1

    Dec 23, 2021
  • smqtt-core-1.1.0

    Dec 06, 2021
  • smqtt-core-1.0.9

    Oct 23, 2021
  • smqtt-core-1.0.8

    Oct 14, 2021
  • smqtt-core-1.0.7

    Aug 02, 2021
  • smqtt-core-1.0.6

    Jul 11, 2021
  • smqtt-core-1.0.5

    May 26, 2021
  • smqtt-core-1.0.4

    May 09, 2021
  • smqtt-core-1.0.3

    Apr 29, 2021
  • smqtt-core-1.0.2

    Apr 28, 2021

How to add a dependency to Maven

Add the following io.github.quickmsg : smqtt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.quickmsg</groupId>
    <artifactId>smqtt-core</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.quickmsg : smqtt-core gradle dependency to your build.gradle file:

implementation 'io.github.quickmsg:smqtt-core:1.1.7'

Gradle Kotlin DSL: Add the following io.github.quickmsg : smqtt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.quickmsg:smqtt-core:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.quickmsg : smqtt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.quickmsg" % "smqtt-core" % "1.1.7"