License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.hiwepy |
ArtifactId | ArtifactIdrocketmq-plus-spring-boot-starter |
Version | Version1.0.1.RELEASE |
Type | Typejar |
Description |
Descriptioncom.github.hiwepy:rocketmq-plus-spring-boot-starter
Spring Boot Starter For Rocketmq
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/rocketmq-plus-spring-boot-starter/ -->
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>rocketmq-plus-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwepy/rocketmq-plus-spring-boot-starter/
implementation 'com.github.hiwepy:rocketmq-plus-spring-boot-starter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.hiwepy/rocketmq-plus-spring-boot-starter/
implementation ("com.github.hiwepy:rocketmq-plus-spring-boot-starter:1.0.1.RELEASE")
'com.github.hiwepy:rocketmq-plus-spring-boot-starter:jar:1.0.1.RELEASE'
<dependency org="com.github.hiwepy" name="rocketmq-plus-spring-boot-starter" rev="1.0.1.RELEASE">
<artifact name="rocketmq-plus-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwepy', module='rocketmq-plus-spring-boot-starter', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.hiwepy" % "rocketmq-plus-spring-boot-starter" % "1.0.1.RELEASE"
[com.github.hiwepy/rocketmq-plus-spring-boot-starter "1.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |
org.slf4j : slf4j-api | jar | 1.7.29 |
org.springframework.boot : spring-boot-starter | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.2.RELEASE |
org.apache.rocketmq : rocketmq-spring-boot-starter | jar | 2.0.4 |
org.apache.rocketmq : rocketmq-client | jar | 4.6.0 |
org.apache.rocketmq : rocketmq-acl | jar | 4.6.0 |
io.netty : netty-tcnative-boringssl-static | jar | 2.0.28.Final |
com.github.hiwepy : disruptor-spring-boot-starter Optional | jar | 1.0.3.RELEASE |
org.springframework : spring-messaging | jar | |
org.springframework : spring-core | jar | |
org.springframework : spring-context | jar | |
org.springframework : spring-aop | jar | |
com.fasterxml.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.29 |
org.springframework.boot : spring-boot-starter-test | jar | 2.2.2.RELEASE |