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