smqttx-rule
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.quickmsg</groupId>
<artifactId>smqttx-rule</artifactId>
<version>2.1.0</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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>smqttx</artifactId>
<groupId>io.github.quickmsg</groupId>
<version>2.1.0</version>
</parent>
<artifactId>smqttx-rule</artifactId>
<modules>
<module>smqttx-rule-dsl</module>
<module>smqttx-rule-engine</module>
<module>smqttx-rule-source</module>
</modules>
<packaging>pom</packaging>
<name>smqttx-rule</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>