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