License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration EventBus Messaging |
GroupId | GroupIdeu.tripled-framework |
ArtifactId | ArtifactIdeventbus-autoconfigure |
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.
|
<!-- https://jarcasting.com/artifacts/eu.tripled-framework/eventbus-autoconfigure/ -->
<dependency>
<groupId>eu.tripled-framework</groupId>
<artifactId>eventbus-autoconfigure</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.tripled-framework/eventbus-autoconfigure/
implementation 'eu.tripled-framework:eventbus-autoconfigure:0.0.2'
// https://jarcasting.com/artifacts/eu.tripled-framework/eventbus-autoconfigure/
implementation ("eu.tripled-framework:eventbus-autoconfigure:0.0.2")
'eu.tripled-framework:eventbus-autoconfigure:jar:0.0.2'
<dependency org="eu.tripled-framework" name="eventbus-autoconfigure" rev="0.0.2">
<artifact name="eventbus-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.tripled-framework', module='eventbus-autoconfigure', version='0.0.2')
)
libraryDependencies += "eu.tripled-framework" % "eventbus-autoconfigure" % "0.0.2"
[eu.tripled-framework/eventbus-autoconfigure "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
eu.tripled-framework : eventbus-core | jar | 0.0.2 |
org.springframework.boot : spring-boot | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.1 |
org.hamcrest : hamcrest | jar | 2.1 |