helio-starter-rocketmq-aliyun
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-rocketmq-aliyun</artifactId>
<version>1.8.0</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>
<parent>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starters</artifactId>
<version>1.8.0</version>
</parent>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-rocketmq-aliyun</artifactId>
<version>1.8.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-core</artifactId>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>ons-client</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>