License |
License |
---|---|
GroupId | GroupIdcn.wizzer |
ArtifactId | ArtifactIdmqtt-store |
Version | Version1.2.0-netty |
Type | Typejar |
Description |
Descriptionjava MQTT broker, base on nutzboot and netty
|
Filename | Size |
---|---|
mqtt-store-1.2.0-netty.pom | |
mqtt-store-1.2.0-netty.jar | 29 KB |
mqtt-store-1.2.0-netty-sources.jar | 16 KB |
mqtt-store-1.2.0-netty-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wizzer/mqtt-store/ -->
<dependency>
<groupId>cn.wizzer</groupId>
<artifactId>mqtt-store</artifactId>
<version>1.2.0-netty</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wizzer/mqtt-store/
implementation 'cn.wizzer:mqtt-store:1.2.0-netty'
// https://jarcasting.com/artifacts/cn.wizzer/mqtt-store/
implementation ("cn.wizzer:mqtt-store:1.2.0-netty")
'cn.wizzer:mqtt-store:jar:1.2.0-netty'
<dependency org="cn.wizzer" name="mqtt-store" rev="1.2.0-netty">
<artifact name="mqtt-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wizzer', module='mqtt-store', version='1.2.0-netty')
)
libraryDependencies += "cn.wizzer" % "mqtt-store" % "1.2.0-netty"
[cn.wizzer/mqtt-store "1.2.0-netty"]
Group / Artifact | Type | Version |
---|---|---|
cn.wizzer : mqtt-common | jar | 1.2.0-netty |
org.nutz : nutzboot-core | jar | |
org.apache.kafka : kafka_2.12 | jar | 2.0.0 |
org.nutz : nutzboot-starter-redis | jar | 2.4.1.v20201014 |
cn.hutool : hutool-crypto | jar | 4.1.2 |
com.alibaba : fastjson | jar | 1.2.74 |