Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.maihaoche |
ArtifactId | ArtifactIdspring-boot-starter-rocketmq |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.maihaoche/spring-boot-starter-rocketmq/ -->
<dependency>
<groupId>com.maihaoche</groupId>
<artifactId>spring-boot-starter-rocketmq</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.maihaoche/spring-boot-starter-rocketmq/
implementation 'com.maihaoche:spring-boot-starter-rocketmq:0.0.3'
// https://jarcasting.com/artifacts/com.maihaoche/spring-boot-starter-rocketmq/
implementation ("com.maihaoche:spring-boot-starter-rocketmq:0.0.3")
'com.maihaoche:spring-boot-starter-rocketmq:jar:0.0.3'
<dependency org="com.maihaoche" name="spring-boot-starter-rocketmq" rev="0.0.3">
<artifact name="spring-boot-starter-rocketmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maihaoche', module='spring-boot-starter-rocketmq', version='0.0.3')
)
libraryDependencies += "com.maihaoche" % "spring-boot-starter-rocketmq" % "0.0.3"
[com.maihaoche/spring-boot-starter-rocketmq "0.0.3"]