is not current version
Last Version 0.0.2

eu.tripled-framework:spring-boot-eventbus-starter 0.0.1

TripleD is a framework to create CQRS based application using Java.

Categories

Categories

Spring Boot Container Microservices EventBus Application Layer Libs Messaging
GroupId

GroupId

eu.tripled-framework
ArtifactId

ArtifactId

spring-boot-eventbus-starter
Version

Version

0.0.1
Type

Type

jar

Download spring-boot-eventbus-starter 0.0.1


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