Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.brucebat |
ArtifactId | ArtifactIdspring-boot-starter-message |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/ -->
<dependency>
<groupId>com.brucebat</groupId>
<artifactId>spring-boot-starter-message</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/
implementation 'com.brucebat:spring-boot-starter-message:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.brucebat/spring-boot-starter-message/
implementation ("com.brucebat:spring-boot-starter-message:1.0.0-RELEASE")
'com.brucebat:spring-boot-starter-message:jar:1.0.0-RELEASE'
<dependency org="com.brucebat" name="spring-boot-starter-message" rev="1.0.0-RELEASE">
<artifact name="spring-boot-starter-message" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brucebat', module='spring-boot-starter-message', version='1.0.0-RELEASE')
)
libraryDependencies += "com.brucebat" % "spring-boot-starter-message" % "1.0.0-RELEASE"
[com.brucebat/spring-boot-starter-message "1.0.0-RELEASE"]