License |
License |
---|---|
GroupId | GroupIdcn.wizzer |
ArtifactId | ArtifactIdmqtt-broker |
Version | Version1.2.0-netty |
Type | Typejar |
Description |
Descriptionjava MQTT broker, base on nutzboot and netty
|
Filename | Size |
---|---|
mqtt-broker-1.2.0-netty.pom | |
mqtt-broker-1.2.0-netty.jar | 60 KB |
mqtt-broker-1.2.0-netty-sources.jar | 35 KB |
mqtt-broker-1.2.0-netty-javadoc.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wizzer/mqtt-broker/ -->
<dependency>
<groupId>cn.wizzer</groupId>
<artifactId>mqtt-broker</artifactId>
<version>1.2.0-netty</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wizzer/mqtt-broker/
implementation 'cn.wizzer:mqtt-broker:1.2.0-netty'
// https://jarcasting.com/artifacts/cn.wizzer/mqtt-broker/
implementation ("cn.wizzer:mqtt-broker:1.2.0-netty")
'cn.wizzer:mqtt-broker:jar:1.2.0-netty'
<dependency org="cn.wizzer" name="mqtt-broker" rev="1.2.0-netty">
<artifact name="mqtt-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wizzer', module='mqtt-broker', version='1.2.0-netty')
)
libraryDependencies += "cn.wizzer" % "mqtt-broker" % "1.2.0-netty"
[cn.wizzer/mqtt-broker "1.2.0-netty"]
Group / Artifact | Type | Version |
---|---|---|
cn.wizzer : mqtt-common | jar | 1.2.0-netty |
cn.wizzer : mqtt-store | jar | 1.2.0-netty |
cn.wizzer : mqtt-auth | jar | 1.2.0-netty |
org.nutz : nutzboot-core | jar | |
io.netty : netty-codec-mqtt | jar | 4.1.28.Final |
io.netty : netty-codec-http | jar | 4.1.28.Final |
io.netty : netty-handler | jar | 4.1.28.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.28.Final |
cn.hutool : hutool-crypto | jar | 4.1.2 |
org.nutz : nutzboot-starter-nutz-mvc | jar | 2.4.1.v20201014 |
org.nutz : nutzboot-starter-jetty | jar | 2.4.1.v20201014 |
org.slf4j : slf4j-log4j12 | jar |