Last Version

simplemq mqtt implementation 2.3.1

simple message queue

License

License

The 2-Clause BSD License
GroupId

GroupId

com.gitee.l0km
ArtifactId

ArtifactId

simplemq-mqtt
Version

Version

2.3.1
Type

Type

jar
Description

Description

simplemq mqtt implementation
simple message queue

Download simplemq-mqtt 2.3.1


<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.25
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.