GroupId | GroupIdcom.gitee.l0km |
---|---|
ArtifactId | ArtifactIdsimplemq-mqtt |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
simplemq-mqtt-2.2.2.pom | |
simplemq-mqtt-2.2.2.jar | 16 KB |
simplemq-mqtt-2.2.2-sources.jar | 8 KB |
simplemq-mqtt-2.2.2-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>simplemq-mqtt</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation 'com.gitee.l0km:simplemq-mqtt:2.2.2'
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation ("com.gitee.l0km:simplemq-mqtt:2.2.2")
'com.gitee.l0km:simplemq-mqtt:jar:2.2.2'
<dependency org="com.gitee.l0km" name="simplemq-mqtt" rev="2.2.2">
<artifact name="simplemq-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='simplemq-mqtt', version='2.2.2')
)
libraryDependencies += "com.gitee.l0km" % "simplemq-mqtt" % "2.2.2"
[com.gitee.l0km/simplemq-mqtt "2.2.2"]