MVN

net.dreamlu : mica-mqtt-model

Maven & Gradle

Sep 20, 2022
1 usages

mica-mqtt-model · Mica mqtt tools.

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-mqtt-model</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.4

All Versions

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

Version Vulnerabilities Updated
2.0.x
mica-mqtt-model-2.0.4
mica-mqtt-model-2.0.3
mica-mqtt-model-2.0.2
mica-mqtt-model-2.0.1
mica-mqtt-model-2.0.0
1.3.x
mica-mqtt-model-1.3.9
mica-mqtt-model-1.3.8
mica-mqtt-model-1.3.7
mica-mqtt-model-1.3.6
mica-mqtt-model-1.3.5
mica-mqtt-model-1.3.4
mica-mqtt-model-1.3.3
mica-mqtt-model-1.3.2
mica-mqtt-model-1.3.1
mica-mqtt-model-1.3.0
1.2.x
mica-mqtt-model-1.2.10
mica-mqtt-model-1.2.9
mica-mqtt-model-1.2.8
mica-mqtt-model-1.2.7
mica-mqtt-model-1.2.6
mica-mqtt-model-1.2.5
mica-mqtt-model-1.2.4
mica-mqtt-model-1.2.3
mica-mqtt-model-1.2.2
mica-mqtt-model-1.2.1
mica-mqtt-model-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-mqtt-model</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.dreamlu:mica-mqtt-model:2.0.4'

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

implementation("net.dreamlu:mica-mqtt-model:2.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.dreamlu" % "mica-mqtt-model" % "2.0.4"

Advertisement