License |
License
The 2-Clause BSD License
|
---|---|
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdsimplemq-mqtt |
Version | Version2.3.0 |
Type | Typejar |
Description |
Descriptionsimplemq mqtt implementation
simple message queue
|
Filename | Size |
---|---|
simplemq-mqtt-2.3.0.pom | |
simplemq-mqtt-2.3.0.jar | 15 KB |
simplemq-mqtt-2.3.0-sources.jar | 10 KB |
simplemq-mqtt-2.3.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>simplemq-mqtt</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation 'com.gitee.l0km:simplemq-mqtt:2.3.0'
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-mqtt/
implementation ("com.gitee.l0km:simplemq-mqtt:2.3.0")
'com.gitee.l0km:simplemq-mqtt:jar:2.3.0'
<dependency org="com.gitee.l0km" name="simplemq-mqtt" rev="2.3.0">
<artifact name="simplemq-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='simplemq-mqtt', version='2.3.0')
)
libraryDependencies += "com.gitee.l0km" % "simplemq-mqtt" % "2.3.0"
[com.gitee.l0km/simplemq-mqtt "2.3.0"]
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.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
junit : junit | jar | 4.12 |