fastboot-mqtt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-mqtt</artifactId>
<version>2.12.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-mqtt</artifactId>
<version>2.12.1</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<parent>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-parent</artifactId>
<version>2.12.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<java.version>1.8</java.version>
<fast-cloud.version>0.1.0</fast-cloud.version>
</properties>
<modules>
<module>fastboot-mqtt-client</module>
<module>fastboot-mqtt-server</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-client</artifactId>
<version>2.3.9</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-server</artifactId>
<version>2.3.9</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-net-http</artifactId>
<version>1.2.4</version>
</dependency>
</dependencies>
</dependencyManagement>
<description>cloud project for Fast Boot</description>
<url>https://github.com/stylesmile/fastboot</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>stylesmile</id>
<name>Stylesmile</name>
<email>3239866994@qq.com</email>
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>https://github.com/stylesmile/fastboot.git</connection>
<developerConnection>scm:git:ssh://git@github.com:stylesmile/fastboot.git</developerConnection>
<url>https://github.com/stylesmile/fastboot</url>
</scm>
</project>