Categories |
CategoriesSpring Boot Container Microservices EventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdspring-boot-eventbus-local |
Version | Version0.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-eventbus-local/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-boot-eventbus-local</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-eventbus-local/
implementation 'com.github.edgar615:spring-boot-eventbus-local:0.2.8'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-eventbus-local/
implementation ("com.github.edgar615:spring-boot-eventbus-local:0.2.8")
'com.github.edgar615:spring-boot-eventbus-local:jar:0.2.8'
<dependency org="com.github.edgar615" name="spring-boot-eventbus-local" rev="0.2.8">
<artifact name="spring-boot-eventbus-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-boot-eventbus-local', version='0.2.8')
)
libraryDependencies += "com.github.edgar615" % "spring-boot-eventbus-local" % "0.2.8"
[com.github.edgar615/spring-boot-eventbus-local "0.2.8"]