Files download
File Operation
mica-mqttx-client-spring-boot-starter-3.1.1.jar download
mica-mqttx-client-spring-boot-starter-3.1.1.pom download
mica-mqttx-client-spring-boot-starter-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.dreamlu</groupId>
  <artifactId>mica-mqttx-client-spring-boot-starter</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.dreamlu:mica-mqttx-client-spring-boot-starter:3.1.1'
Gradle Kotlin
implementation("net.dreamlu:mica-mqttx-client-spring-boot-starter:3.1.1")
Scala SBT
libraryDependencies += "net.dreamlu" % "mica-mqttx-client-spring-boot-starter" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.dreamlu', module='mica-mqttx-client-spring-boot-starter', version='3.1.1')
)
Apache Ivy
<dependency org="net.dreamlu" name="mica-mqttx-client-spring-boot-starter" rev="3.1.1" />
Leiningen
[net.dreamlu/mica-mqttx-client-spring-boot-starter "3.1.1"]
Apache Buildr
'net.dreamlu:mica-mqttx-client-spring-boot-starter:jar:3.1.1'