is not current version
Last Version 1.4.3-RELEASE

com.brucebat:spring-boot-starter-message 1.1.0-RELEASE

easy for messaging

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.brucebat
ArtifactId

ArtifactId

spring-boot-starter-message
Version

Version

1.1.0-RELEASE
Type

Type

jar

Download spring-boot-starter-message 1.1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/ -->
<dependency>
    <groupId>com.brucebat</groupId>
    <artifactId>spring-boot-starter-message</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/
implementation 'com.brucebat:spring-boot-starter-message:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/
implementation ("com.brucebat:spring-boot-starter-message:1.1.0-RELEASE")
'com.brucebat:spring-boot-starter-message:jar:1.1.0-RELEASE'
<dependency org="com.brucebat" name="spring-boot-starter-message" rev="1.1.0-RELEASE">
  <artifact name="spring-boot-starter-message" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brucebat', module='spring-boot-starter-message', version='1.1.0-RELEASE')
)
libraryDependencies += "com.brucebat" % "spring-boot-starter-message" % "1.1.0-RELEASE"
[com.brucebat/spring-boot-starter-message "1.1.0-RELEASE"]