MVN

net.dreamlu : mica-mqttx-codec

Maven & Gradle

Jul 16, 2023

mica-mqttx-codec · Mica mqtt tools.

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-mqttx-codec</artifactId>
    <version>3.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dreamlu : mica-mqttx-codec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.13

All Versions

Choose a version of net.dreamlu : mica-mqttx-codec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
mica-mqttx-codec-3.0.13
mica-mqttx-codec-3.0.12
mica-mqttx-codec-3.0.11
mica-mqttx-codec-3.0.10
mica-mqttx-codec-3.0.9.1
mica-mqttx-codec-3.0.9
mica-mqttx-codec-3.0.8
mica-mqttx-codec-3.0.7
mica-mqttx-codec-3.0.5
mica-mqttx-codec-3.0.4
mica-mqttx-codec-3.0.3
mica-mqttx-codec-3.0.2
mica-mqttx-codec-3.0.1
mica-mqttx-codec-3.0.0

How to add a dependency to Maven

Add the following net.dreamlu : mica-mqttx-codec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-mqttx-codec</artifactId>
    <version>3.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.dreamlu : mica-mqttx-codec gradle dependency to your build.gradle file:

implementation 'net.dreamlu:mica-mqttx-codec:3.0.13'

Gradle Kotlin DSL: Add the following net.dreamlu : mica-mqttx-codec gradle kotlin dependency to your build.gradle.kts file:

implementation("net.dreamlu:mica-mqttx-codec:3.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.dreamlu : mica-mqttx-codec sbt scala dependency to your build.sbt file:

libraryDependencies += "net.dreamlu" % "mica-mqttx-codec" % "3.0.13"

Advertisement