<dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-mqttx-common</artifactId> <version>3.1.4</version> </dependency>
implementation 'net.dreamlu:mica-mqttx-common:3.1.4'
implementation("net.dreamlu:mica-mqttx-common:3.1.4")
libraryDependencies += "net.dreamlu" % "mica-mqttx-common" % "3.1.4"
@Grapes( @Grab(group='net.dreamlu', module='mica-mqttx-common', version='3.1.4') )
<dependency org="net.dreamlu" name="mica-mqttx-common" rev="3.1.4" />
[net.dreamlu/mica-mqttx-common "3.1.4"]
'net.dreamlu:mica-mqttx-common:jar:3.1.4'
compile
|-- net.dreamlu:mica-mqttx-codec:3.1.4
|-- net.dreamlu:mica-net-core:1.0.2