TripleD framework

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

License

License

Categories

Categories

Auto Application Layer Libs Code Generators config Configuration EventBus Messaging
GroupId

GroupId

eu.tripled-framework
ArtifactId

ArtifactId

eventbus-autoconfigure
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download eventbus-autoconfigure

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.1
org.hamcrest : hamcrest jar 2.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1