hivemq-mqtt-client-shaded
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.hivemq</groupId> <artifactId>hivemq-mqtt-client-shaded</artifactId> <version>1.3.7</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-shaded</artifactId> <version>1.3.7</version> <name>HiveMQ MQTT Client</name> <description>HiveMQ MQTT Client is an 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> <organization> <name>HiveMQ and the HiveMQ Community</name> <url>https://www.hivemq.com/</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>SgtSilvio</id> <name>Silvio Giebl</name> <email>silvio.giebl@hivemq.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/hivemq/hivemq-mqtt-client.git</connection> <developerConnection>scm:git:https://github.com/hivemq/hivemq-mqtt-client.git</developerConnection> <url>https://github.com/hivemq/hivemq-mqtt-client.git</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/hivemq/hivemq-mqtt-client/issues</url> </issueManagement> <dependencies> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.reactivestreams</groupId> <artifactId>reactive-streams</artifactId> <version>1.0.4</version> <scope>compile</scope> </dependency> </dependencies> </project>