License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.rocketmq.spring.boot |
ArtifactId | ArtifactIdrocketmq-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionrocketmq-spring-boot-starter
starter for rocketmq
|
<!-- https://jarcasting.com/artifacts/org.rocketmq.spring.boot/rocketmq-spring-boot-starter/ -->
<dependency>
<groupId>org.rocketmq.spring.boot</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.rocketmq.spring.boot/rocketmq-spring-boot-starter/
implementation 'org.rocketmq.spring.boot:rocketmq-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.rocketmq.spring.boot/rocketmq-spring-boot-starter/
implementation ("org.rocketmq.spring.boot:rocketmq-spring-boot-starter:1.0.0.RELEASE")
'org.rocketmq.spring.boot:rocketmq-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="org.rocketmq.spring.boot" name="rocketmq-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="rocketmq-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rocketmq.spring.boot', module='rocketmq-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "org.rocketmq.spring.boot" % "rocketmq-spring-boot-starter" % "1.0.0.RELEASE"
[org.rocketmq.spring.boot/rocketmq-spring-boot-starter "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.rocketmq : rocketmq-client | jar | 4.2.0 |
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | |
org.springframework : spring-web | jar | 4.3.13.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |