Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.dreamlu |
ArtifactId | ArtifactIdmica-mqtt-server-spring-boot-starter |
Version | Version1.3.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.dreamlu/mica-mqtt-server-spring-boot-starter/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-server-spring-boot-starter</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/mica-mqtt-server-spring-boot-starter/
implementation 'net.dreamlu:mica-mqtt-server-spring-boot-starter:1.3.3'
// https://jarcasting.com/artifacts/net.dreamlu/mica-mqtt-server-spring-boot-starter/
implementation ("net.dreamlu:mica-mqtt-server-spring-boot-starter:1.3.3")
'net.dreamlu:mica-mqtt-server-spring-boot-starter:jar:1.3.3'
<dependency org="net.dreamlu" name="mica-mqtt-server-spring-boot-starter" rev="1.3.3">
<artifact name="mica-mqtt-server-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='mica-mqtt-server-spring-boot-starter', version='1.3.3')
)
libraryDependencies += "net.dreamlu" % "mica-mqtt-server-spring-boot-starter" % "1.3.3"
[net.dreamlu/mica-mqtt-server-spring-boot-starter "1.3.3"]