Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.maihaoche |
ArtifactId | ArtifactIdspring-boot-starter-rocketmq |
Version | Version0.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.maihaoche/spring-boot-starter-rocketmq/
implementation 'com.maihaoche:spring-boot-starter-rocketmq:0.0.4'
// https://jarcasting.com/artifacts/com.maihaoche/spring-boot-starter-rocketmq/
implementation ("com.maihaoche:spring-boot-starter-rocketmq:0.0.4")
'com.maihaoche:spring-boot-starter-rocketmq:jar:0.0.4'
<dependency org="com.maihaoche" name="spring-boot-starter-rocketmq" rev="0.0.4">
<artifact name="spring-boot-starter-rocketmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maihaoche', module='spring-boot-starter-rocketmq', version='0.0.4')
)
libraryDependencies += "com.maihaoche" % "spring-boot-starter-rocketmq" % "0.0.4"
[com.maihaoche/spring-boot-starter-rocketmq "0.0.4"]