License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices EventBus Application Layer Libs Messaging |
GroupId | GroupIdeu.tripled-framework |
ArtifactId | ArtifactIdspring-boot-eventbus-starter |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTripleD framework
TripleD is a framework to create CQRS based application using Java.
|
Filename | Size |
---|---|
spring-boot-eventbus-starter-0.0.2.pom | |
spring-boot-eventbus-starter-0.0.2.jar | 261 bytes |
spring-boot-eventbus-starter-0.0.2-sources.jar | 261 bytes |
spring-boot-eventbus-starter-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.tripled-framework/spring-boot-eventbus-starter/
implementation 'eu.tripled-framework:spring-boot-eventbus-starter:0.0.2'
// https://jarcasting.com/artifacts/eu.tripled-framework/spring-boot-eventbus-starter/
implementation ("eu.tripled-framework:spring-boot-eventbus-starter:0.0.2")
'eu.tripled-framework:spring-boot-eventbus-starter:jar:0.0.2'
<dependency org="eu.tripled-framework" name="spring-boot-eventbus-starter" rev="0.0.2">
<artifact name="spring-boot-eventbus-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.tripled-framework', module='spring-boot-eventbus-starter', version='0.0.2')
)
libraryDependencies += "eu.tripled-framework" % "spring-boot-eventbus-starter" % "0.0.2"
[eu.tripled-framework/spring-boot-eventbus-starter "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
eu.tripled-framework : eventbus-core | jar | 0.0.2 |
eu.tripled-framework : eventbus-autoconfigure | jar | 0.0.2 |