fqm-mq-emqx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.fuquanming</groupId>
<artifactId>fqm-mq-emqx</artifactId>
<version>1.1.2</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.fuquanming</groupId>
<artifactId>fqm-mq</artifactId>
<version>1.1.2</version>
</parent>
<artifactId>fqm-mq-emqx</artifactId>
<name>${project.artifactId}</name>
<description>Message sending and monitoring based on emqx</description>
<dependencies>
<dependency>
<groupId>io.github.fuquanming</groupId>
<artifactId>fqm-mq-core</artifactId>
</dependency>
<!--mqtt相关依赖-->
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
</dependency>
</dependencies>
</project>