detachment-rocketmq-example
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detachment-rocketmq-example</artifactId>
<version>1.0.2-RELEASE</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>
<groupId>cn.detachment</groupId>
<artifactId>detachment-examples</artifactId>
<version>1.0.2-RELEASE</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>detachment-rocketmq-example</artifactId>
<packaging>pom</packaging>
<modules>
<module>detachment-rocketmq-consumer-example</module>
<module>detachment-rocketmq-producer-example</module>
</modules>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detachment-core</artifactId>
</dependency>
<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detachment-rocketmq</artifactId>
</dependency>
</dependencies>
</project>