License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.apache.rocketmq |
ArtifactId | ArtifactIdrocketmq-spring-boot-parent |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRocketMQ Spring Boot Parent
Parent package for Apache RocketMQ Spring Boot Support
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
rocketmq-spring-boot-parent-2.2.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.rocketmq/rocketmq-spring-boot-parent/ -->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-parent</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rocketmq/rocketmq-spring-boot-parent/
implementation 'org.apache.rocketmq:rocketmq-spring-boot-parent:2.2.2'
// https://jarcasting.com/artifacts/org.apache.rocketmq/rocketmq-spring-boot-parent/
implementation ("org.apache.rocketmq:rocketmq-spring-boot-parent:2.2.2")
'org.apache.rocketmq:rocketmq-spring-boot-parent:pom:2.2.2'
<dependency org="org.apache.rocketmq" name="rocketmq-spring-boot-parent" rev="2.2.2">
<artifact name="rocketmq-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.rocketmq', module='rocketmq-spring-boot-parent', version='2.2.2')
)
libraryDependencies += "org.apache.rocketmq" % "rocketmq-spring-boot-parent" % "2.2.2"
[org.apache.rocketmq/rocketmq-spring-boot-parent "2.2.2"]