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