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