License |
License
The 2-Clause BSD License
|
---|---|
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdsimplemq-mqtt |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimplemq mqtt implementation
simple message queue
|
Filename | Size |
---|---|
simplemq-mqtt-2.3.1.pom | |
simplemq-mqtt-2.3.1.jar | 16 KB |
simplemq-mqtt-2.3.1-sources.jar | 8 KB |
simplemq-mqtt-2.3.1-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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation 'com.gitee.l0km:simplemq-mqtt:2.3.1'
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation ("com.gitee.l0km:simplemq-mqtt:2.3.1")
'com.gitee.l0km:simplemq-mqtt:jar:2.3.1'
<dependency org="com.gitee.l0km" name="simplemq-mqtt" rev="2.3.1">
<artifact name="simplemq-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='simplemq-mqtt', version='2.3.1')
)
libraryDependencies += "com.gitee.l0km" % "simplemq-mqtt" % "2.3.1"
[com.gitee.l0km/simplemq-mqtt "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.2 |
org.apache.commons : commons-pool2 | jar | 2.4.2 |
com.gitee.l0km : simplemq-base | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
junit : junit | jar | 4.12 |