License |
License |
---|---|
GroupId | GroupIdcn.wizzer |
ArtifactId | ArtifactIdmqtt-auth |
Version | Version1.2.0-netty |
Type | Typejar |
Description |
Descriptionjava MQTT broker, base on nutzboot and netty
|
Filename | Size |
---|---|
mqtt-auth-1.2.0-netty.pom | |
mqtt-auth-1.2.0-netty.jar | 6 KB |
mqtt-auth-1.2.0-netty-sources.jar | 5 KB |
mqtt-auth-1.2.0-netty-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wizzer/mqtt-auth/ -->
<dependency>
<groupId>cn.wizzer</groupId>
<artifactId>mqtt-auth</artifactId>
<version>1.2.0-netty</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wizzer/mqtt-auth/
implementation 'cn.wizzer:mqtt-auth:1.2.0-netty'
// https://jarcasting.com/artifacts/cn.wizzer/mqtt-auth/
implementation ("cn.wizzer:mqtt-auth:1.2.0-netty")
'cn.wizzer:mqtt-auth:jar:1.2.0-netty'
<dependency org="cn.wizzer" name="mqtt-auth" rev="1.2.0-netty">
<artifact name="mqtt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wizzer', module='mqtt-auth', version='1.2.0-netty')
)
libraryDependencies += "cn.wizzer" % "mqtt-auth" % "1.2.0-netty"
[cn.wizzer/mqtt-auth "1.2.0-netty"]
Group / Artifact | Type | Version |
---|---|---|
cn.wizzer : mqtt-common | jar | 1.2.0-netty |
org.nutz : nutzboot-core | jar | |
cn.hutool : hutool-crypto | jar | 4.1.2 |