| GroupId | GroupIdcom.gitee.l0km |
|---|---|
| ArtifactId | ArtifactIdsimplemq-mqtt |
| Version | Version2.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simplemq-mqtt-2.1.5.pom | |
| simplemq-mqtt-2.1.5.jar | 16 KB |
| simplemq-mqtt-2.1.5-sources.jar | 8 KB |
| simplemq-mqtt-2.1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation 'com.gitee.l0km:simplemq-mqtt:2.1.5'
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation ("com.gitee.l0km:simplemq-mqtt:2.1.5")
'com.gitee.l0km:simplemq-mqtt:jar:2.1.5'
<dependency org="com.gitee.l0km" name="simplemq-mqtt" rev="2.1.5">
<artifact name="simplemq-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='simplemq-mqtt', version='2.1.5')
)
libraryDependencies += "com.gitee.l0km" % "simplemq-mqtt" % "2.1.5"
[com.gitee.l0km/simplemq-mqtt "2.1.5"]