hivemq-mqtt-client-websocket
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.hivemq</groupId> <artifactId>hivemq-mqtt-client-websocket</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.hivemq</groupId> <artifactId>hivemq-mqtt-client-websocket</artifactId> <version>1.2.0</version> <packaging>pom</packaging> <name>HiveMQ MQTT Client</name> <description>HiveMQ MQTT Client is a MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support</description> <url>https://github.com/hivemq/hivemq-mqtt-client</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>SG</id> <name>Silvio Giebl</name> <email>silvio.giebl@hivemq.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/hivemq/hivemq-mqtt-client.git</connection> <developerConnection>scm:git:ssh://git@github.com/hivemq/hivemq-mqtt-client.git</developerConnection> <url>https://github.com/hivemq/hivemq-mqtt-client</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/hivemq/hivemq-mqtt-client/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.hivemq</groupId> <artifactId>hivemq-mqtt-client</artifactId> <version>1.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> <version>4.1.48.Final</version> <scope>runtime</scope> </dependency> </dependencies> </project>