License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.org-hejianhui |
ArtifactId | ArtifactIdspring-boot-starter-rocketmq |
Version | Version1.0-RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-starter-rocketmq
|
<!-- https://jarcasting.com/artifacts/com.github.org-hejianhui/spring-boot-starter-rocketmq/ -->
<dependency>
<groupId>com.github.org-hejianhui</groupId>
<artifactId>spring-boot-starter-rocketmq</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.org-hejianhui/spring-boot-starter-rocketmq/
implementation 'com.github.org-hejianhui:spring-boot-starter-rocketmq:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.org-hejianhui/spring-boot-starter-rocketmq/
implementation ("com.github.org-hejianhui:spring-boot-starter-rocketmq:1.0-RELEASE")
'com.github.org-hejianhui:spring-boot-starter-rocketmq:jar:1.0-RELEASE'
<dependency org="com.github.org-hejianhui" name="spring-boot-starter-rocketmq" rev="1.0-RELEASE">
<artifact name="spring-boot-starter-rocketmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.org-hejianhui', module='spring-boot-starter-rocketmq', version='1.0-RELEASE')
)
libraryDependencies += "com.github.org-hejianhui" % "spring-boot-starter-rocketmq" % "1.0-RELEASE"
[com.github.org-hejianhui/spring-boot-starter-rocketmq "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.springframework.boot : spring-boot Optional | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.0.5.RELEASE |
org.apache.rocketmq : rocketmq-client | jar | 4.5.0 |
org.apache.rocketmq : rocketmq-acl | jar | 4.5.0 |
org.springframework : spring-messaging | jar | 5.1.5.RELEASE |
org.springframework : spring-core | jar | 5.1.5.RELEASE |
org.springframework : spring-context | jar | 5.1.5.RELEASE |
org.springframework : spring-aop | jar | 5.1.5.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-test | jar | 2.0.5.RELEASE |
org.springframework : spring-test | jar | 5.1.5.RELEASE |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.12.2 |