File | Operation |
---|---|
rocketmq-spring-boot-parent-2.2.2.pom | download |
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-parent</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.rocketmq', module='rocketmq-spring-boot-parent', version='2.2.2')
)
<parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-spring-all</artifactId> <version>2.2.2</version> </parent>