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