| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.brucebat |
| ArtifactId | ArtifactIdspring-boot-starter-message |
| Version | Version1.4.2-RELEASE |
| Type | Typejar |
| Description |
Descriptionspring-boot-starter-message
easy for messaging
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/ -->
<dependency>
<groupId>com.brucebat</groupId>
<artifactId>spring-boot-starter-message</artifactId>
<version>1.4.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/
implementation 'com.brucebat:spring-boot-starter-message:1.4.2-RELEASE'
// https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/
implementation ("com.brucebat:spring-boot-starter-message:1.4.2-RELEASE")
'com.brucebat:spring-boot-starter-message:jar:1.4.2-RELEASE'
<dependency org="com.brucebat" name="spring-boot-starter-message" rev="1.4.2-RELEASE">
<artifact name="spring-boot-starter-message" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brucebat', module='spring-boot-starter-message', version='1.4.2-RELEASE')
)
libraryDependencies += "com.brucebat" % "spring-boot-starter-message" % "1.4.2-RELEASE"
[com.brucebat/spring-boot-starter-message "1.4.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.1.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.1.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
| com.squareup.okhttp3 : logging-interceptor | jar | 3.10.0 |
| com.alibaba : fastjson | jar | 1.2.74 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| com.sun.mail : javax.mail | jar | 1.6.2 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |