anteros-mqtt-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>br.com.anteros</groupId> <artifactId>anteros-mqtt-core</artifactId> <version>1.0.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>br.com.anteros</groupId> <artifactId>anteros-mqtt-core</artifactId> <version>1.0.7</version> <name>anteros-mqtt-core</name> <description>Anteros mqtt tools.</description> <url>https://relevantsolutions.com.br/anteros-mqtt-core</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses</url> </license> </licenses> <developers> <developer> <id>edson</id> <name>Edson Martins</name> <email>edsonmartins2005@gmail.com</email> <organization>Anteros Tecnologia</organization> <organizationUrl>http://www.anteros.com.br</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git@github.com:anterostecnologia/anterosmqtttools.git/anteros-mqtt-core</connection> <developerConnection>scm:git:git@github.com:anterostecnologia/anterosmqtttools.git/anteros-mqtt-core</developerConnection> <url>https://github.com/anterostecnologia/anterosmqtttools/anteros-mqtt-core</url> </scm> <dependencies> <dependency> <groupId>br.com.anteros</groupId> <artifactId>anteros-mqtt-codec</artifactId> <version>1.0.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>br.com.anteros</groupId> <artifactId>anteros-mqtt-model</artifactId> <version>1.0.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.80</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.t-io</groupId> <artifactId>tio-core</artifactId> <version>3.7.5.v20211028-RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>fastjson</artifactId> <groupId>com.alibaba</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.t-io</groupId> <artifactId>tio-websocket-server</artifactId> <version>3.7.5.v20211028-RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>paranamer</artifactId> <groupId>com.thoughtworks.paranamer</groupId> </exclusion> <exclusion> <artifactId>reflectasm</artifactId> <groupId>com.esotericsoftware</groupId> </exclusion> <exclusion> <artifactId>commons-io</artifactId> <groupId>commons-io</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>